Accusoft.PdfXpressSdk Namespace > TextMatchOptions Class : EndTextOffset Property |
'Declaration Public Property EndTextOffset As Integer
'Usage Dim instance As TextMatchOptions Dim value As Integer instance.EndTextOffset = value value = instance.EndTextOffset
public int EndTextOffset {get; set;}
This property identifies the offset within a pages's text string where the end of a text match exists. The text of a page is available from the GetText method.
Valid values: Any integer greater than BeginTextOffset and less than the page's text length.
Default value: 0