This class represents the location of a text in a PDF page
Inheritance Hierarchy
WinnovativeClientFindTextLocation
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
The FindTextLocation type exposes the following members.
Properties
Name | Description | |
---|---|---|
Height |
The text height in PDF page
| |
PageNumber |
The PDF page number
| |
Width |
The text width in PDF page
| |
X |
The text X location in PDF page
| |
Y |
The text Y location in PDF page
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also