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