'Declaration Public Sub SelectText( _
ByVal selectionStartImageIndexA zero-based index of image, where the start symbol of text selection is located.As System.Int32, _
ByVal startSymbolThe start symbol of text selection.As Vintasoft.Imaging.Text.TextRegionSymbol, _
ByVal selectionEndImageIndexA zero-based index of image, where the end symbol of text selection is located.As System.Int32, _
ByVal endSymbolThe end symbol of text selection.As Vintasoft.Imaging.Text.TextRegionSymbol _
)
public void SelectText(
System.Int32 selectionStartImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol startSymbol,
System.Int32 selectionEndImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol endSymbol
)
public: void SelectText(
System.Int32 selectionStartImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol* startSymbol,
System.Int32 selectionEndImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol* endSymbol
)
public:
void SelectText(
System.Int32 selectionStartImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol^ startSymbol,
System.Int32 selectionEndImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol^ endSymbol
)
Parameters
- selectionStartImageIndex
- A zero-based index of image, where the start symbol of text selection is located.
- startSymbol
- The start symbol of text selection.
- selectionEndImageIndex
- A zero-based index of image, where the end symbol of text selection is located.
- endSymbol
- The end symbol of text selection.