PdfTextRenderInfo Class

Contains metadata about where and how text was rendered across pages

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
C#
public class PdfTextRenderInfo
Inheritance
Object    PdfTextRenderInfo

Constructors

PdfTextRenderInfoInitializes a new instance of the PdfTextRenderInfo class

Properties

LastPageRectangle Gets the render area on the last page where text was drawn. Returns null if no text was rendered
RenderedRectangles The list of visual areas (page number and bounding box) where the text was rendered

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