Represents a PDF document page
            
Inheritance Hierarchy
EvoPdfClientElementsRenderer
EvoPdfClientPdfPage
Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax
The PdfPage type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|  | 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
| Name | Description | |
|---|---|---|
|  | AddElement | 
            Adds the given PDF element to this PDF page
            (Overrides ElementsRendererAddElement(PageElement).) | 
|  | 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
