FindTextLocation Class

This class represents the location of a text in a PDF page

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public class FindTextLocation
Inheritance
Object    FindTextLocation

Properties

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

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