Accusoft.PdfXpress6.Net
EndTextOffset Property




Gets and sets the ending offset relative to the front of a page's text string to report a text match for.
Syntax
'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;}
public: __property int get_EndTextOffset();
public: __property void set_EndTextOffset( 
   int value
);
public:
property int EndTextOffset {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the ending offset.
Remarks

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

See Also

Reference

TextMatchOptions Class
TextMatchOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback