FindTextLocation Class

Represents the location of text on a PDF page

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.PdfProcessor (in Winnovative.Pdf.Next.PdfProcessor.dll) Version: 20.0.0
C#
public class FindTextLocation
Inheritance
Object    FindTextLocation

Properties

Height Height of the text on the PDF page
PageNumber PDF page number
Width Width of the text on the PDF page
X X coordinate of the text on the PDF page
Y Y coordinate of the text on the 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