PdfElementRenderInfo Class

Contains metadata about where an element was rendered in the document. Each entry in RenderedRectangles describes one occurrence on a specific page or template

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public class PdfElementRenderInfo
Inheritance
Object    PdfElementRenderInfo

Constructors

PdfElementRenderInfoInitializes a new instance of the PdfElementRenderInfo class

Properties

LastPageRectangle The last entry from RenderedRectangles, or null when the element was not rendered
RenderedRectangles The list of areas where the element was rendered, in order. Static graphic elements such as lines, circles, ellipses, rectangles and paths produce a single entry; text elements that span multiple pages produce one entry per 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