PowerTCP Emulation for .NET
ScrapeHtml Method




Column/row of first cell, 0-relative, inclusive.
Column/row of last cell, 0-relative, inclusive.
The SelectionMode to use.
Returns an HTML representation of the VT data.
Syntax
Public Function ScrapeHtml( _
   ByVal start As Point, _
   ByVal end As Point, _
   ByVal mode As SelectionMode _
) As String
Dim instance As Vt
Dim start As Point
Dim end As Point
Dim mode As SelectionMode
Dim value As String
 
value = instance.ScrapeHtml(start, end, mode)
public string ScrapeHtml( 
   Point start,
   Point end,
   SelectionMode mode
)
public: string* ScrapeHtml( 
   Point start,
   Point end,
   SelectionMode mode
) 
public:
String^ ScrapeHtml( 
   Point start,
   Point end,
   SelectionMode mode
) 

Parameters

start
Column/row of first cell, 0-relative, inclusive.
end
Column/row of last cell, 0-relative, inclusive.
mode
The SelectionMode to use.

Return Value

This method attempts to convert the VT data into an HTML representation. This is achieved by converting VT escape sequences into HTML tags. For example, if the Vt control detects that a character is bolded using VT escape sequences, these sequences are removed and replaced with the HTML <B> tag.
Remarks
An empty string is returned if no cells are selected.
See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic