Accusoft.PdfXpress7.Net
BeginTextOffset Property




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

Property Value

An integer value which represents the beginning offset.
Remarks

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

See Also

Reference

TextMatchOptions Class
TextMatchOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback