Namespace: BitMiracle.Docotic.Pdf.HtmlToPdf
public class PdfPageOptions
Public Class PdfPageOptions
The PdfPageOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | FooterTemplate |
Gets or sets the HTML template for page footer.
|
![]() | HeaderTemplate |
Gets or sets the HTML template for page header.
|
![]() | Height |
Gets the height of the page in points.
|
![]() | IsLandscape |
Gets the value indicating whether the page orientation is landscape.
|
![]() | KeepBackground |
Gets or sets the value indicating whether the conversion should keep the background
color and/or graphics.
|
![]() | MarginBottom |
Gets or sets the bottom margin of the page in points.
|
![]() | MarginLeft |
Gets or sets the left margin of the page in points.
|
![]() | MarginRight |
Gets or sets the right margin of the page in points.
|
![]() | MarginTop |
Gets or sets the top margin of the page in points.
|
![]() | Scale |
Gets or sets the scale of the page rendering.
|
![]() | Size |
Gets the PdfPaperSize value specifying the size of the page.
|
![]() | TransparentBackground |
Gets or sets the value indicating whether the default background should be transparent.
|
![]() | Width |
Gets the width of the page in points.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetSize |
Sets the size-related properties of the page using the provided
PdfPaperSize value.
|
![]() | SetSizeInches |
Sets the size-related properties of the page using the provided width and height in
inches.
|
![]() | SetSizePoints |
Sets the size-related properties of the page using the provided width and height in
points.
|
![]() | ToString | (Inherited from Object.) |