Includes the core classes used by this component.
Classes
| Class | Description | |
|---|---|---|
| Area |
An area is used to add headers and footers to the genetated PDF document.
| |
| ConversionSettings |
This class contains several settings for the HTML or XHTML to PDF conversion.
| |
| CssStyleSheet |
Holds the style sheet definition.
| |
| CssStyleSheetCollection |
Collection of CssStyleSheet objects.
| |
| MasterPage |
A MasterPage is used as a template for a new page that is added during converion.
It provides page properties such as the page size, margins, header and footer.
Whether a master page is selected as the template of a new page is determined by
the SelectionRule property and the properties of the new page.
| |
| MasterPageCollection |
Collection of MasterPage objects.
| |
| PageSize |
Encapsulates the width and height of a page and provides standard page sizes.
| |
| SelectionRule |
The selection rule determines whether of MasterPage is selected as the template of a new page.
| |
| Spacing |
Spacing is used to define Margin and Padding.
|
Structures
| Structure | Description | |
|---|---|---|
| Unit |
Unit is used to convert a wide variety of units to points, which is the
unit used in PDF.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| PageOddEven |
This enum specifies the odd-even part of a selection rule to determine if the MasterPage is
eligible for selection at this point in the page-sequence.
| |
| PagePosition |
This enum specifies the page-position part of a selection rule to determine if the MasterPage is
eligible for selection at this point in the page-sequence.
| |
| PageQuantity |
This enum specifies the page-quantity part of a selection rule to determine if the MasterPage is
eligible for selection at this point in the page-sequence.
| |
| ScaleBehavior |
This enum specifies the behavior of the page's scaling.
| |
| TidyBehavior |
This enum specifies the behavior if and howto the HTML content should be tidied (made well-formed).
| |
| UnitType |
Known units handled by the Unit class.
|