PdfPageOptions Properties

The PdfPageOptions type exposes the following members.

Properties

  NameDescription
Public propertyFooterTemplate
Gets or sets the HTML template for page footer.
Public propertyHeaderTemplate
Gets or sets the HTML template for page header.
Public propertyHeight
Gets the height of the page in points.
Public propertyIsLandscape
Gets the value indicating whether the page orientation is landscape.
Public propertyKeepBackground
Gets or sets the value indicating whether the conversion should keep the background color and/or graphics.
Public propertyMarginBottom
Gets or sets the bottom margin of the page in points.
Public propertyMarginLeft
Gets or sets the left margin of the page in points.
Public propertyMarginRight
Gets or sets the right margin of the page in points.
Public propertyMarginTop
Gets or sets the top margin of the page in points.
Public propertyScale
Gets or sets the scale of the page rendering.
Public propertySize
Gets the PdfPaperSize value specifying the size of the page.
Public propertyTransparentBackground
Gets or sets the value indicating whether the default background should be transparent.
Public propertyWidth
Gets the width of the page in points.

See Also