PdfRenderedRectangle Class

Represents a rectangular area on a specific PDF page where content was rendered

Definition

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

Constructors

PdfRenderedRectangleInitializes a new instance of the PdfRenderedRectangle class

Properties

Bounds The bounding rectangle in points (relative to top-left corner of the page) that defines where the content was drawn
PageNumber The number of the PDF page where the content was rendered (1-based index)

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