Click or drag to resize

PdfPage Class

Represents a PDF document page
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentElementsRenderer
    ExpertPdf.HtmlToPdf.PdfDocumentPdfPage

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.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 propertyDocument The parent document of this page
Public propertyMargins Gets the page margins
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
Public propertyShowFooterTemplate Show footer on this page.
Public propertyShowHeaderTemplate Show header 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