Click or drag to resize

PdfPage Class

Represents a PDF document page
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorElementsRenderer
    ExpertPdf.PdfCreatorPdfPage

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public class PdfPage : ElementsRenderer

The PdfPage type exposes the following members.

Properties
 NameDescription
Public propertyClientRectangle Gets the drawable area of the renderer. The margins, document header and footer are excluded.
(Inherited from ElementsRenderer)
Public propertyCustomFooterTemplate Represents the custom footer template for the page. It will replace the document footer template on this page.
Public propertyCustomHeaderTemplate Represents the custom header template for the page. It will replace the document header template on this page.
Public propertyCustomLeftTemplate Represents the custom left template for the page. It will replace the document left template on this page.
Public propertyCustomRightTemplate Represents the custom right template for the page. It will replace the document right template on this page.
Public propertyDocument The parent document of this page.
Public propertyMargins Gets the page margins in points.
Public propertyOrientation The PDF page orientation.
Public propertyPageIndex The page index in pages collection.
Public propertyPageSize Gets the PDF page size in points.
Public propertyRotationAngle The PDF page rotation angle.
Public propertyShowFooterTemplate Show footer on this page.
Public propertyShowHeaderTemplate Show header on this page.
Public propertyShowLeftTemplate Show document left template on this page.
Public propertyShowRightTemplate Show document right template on this page.
Top
Methods
 NameDescription
Public methodAddElement Add the specified element to this page.
(Overrides ElementsRendererAddElement(PageElement))
Public methodMeasureString Measures the size of the specified string when rendered with the specified font.
(Inherited from ElementsRenderer)
Top
See Also