PdfPage Class

Represents a PDF document page

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public class PdfPage : ElementsRenderer
Inheritance
Object    ElementsRenderer    PdfPage

Properties

Index The index of this page in the parent PDF document
IsLoadedPage A flag indicating if this page was loaded from another PDF document
Margins Gets the page margins
Orientation The PDF page orientation
PageSize Gets the size in points of this PDF page.
ParentDocument The parent document of this renderer
(Inherited from ElementsRenderer)
RotationAngle Gets the PDF page rotation angle
ShowFooter Gets or sets a flag indicating if the footer can be displayed on this PDF page
ShowHeader Gets or sets a flag indicating if the header can be displayed on this PDF page

Methods

AddElement Adds the given PDF element to this PDF page
(Overrides ElementsRendererAddElement(PageElement))
EqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also