'Declaration Public Sub SelectText( _
ByVal startImageIndexA 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 endImageIndexA 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 startImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol startSymbol,
System.Int32 endImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol endSymbol
)
public: void SelectText(
System.Int32 startImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol* startSymbol,
System.Int32 endImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol* endSymbol
)
public:
void SelectText(
System.Int32 startImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol^ startSymbol,
System.Int32 endImageIndex,
Vintasoft.Imaging.Text.TextRegionSymbol^ endSymbol
)
Parameters
- startImageIndex
- A zero-based index of image, where the start symbol of text selection is located.
- startSymbol
- The start symbol of text selection.
- endImageIndex
- A zero-based index of image, where the end symbol of text selection is located.
- endSymbol
- The end symbol of text selection.