Includes the core classes used by this component.

Classes

  ClassDescription
Public classArea
An area is used to add headers and footers to the genetated PDF document.
Public classConversionSettings
This class contains several settings for the HTML or XHTML to PDF conversion.
Public classCssStyleSheet
Holds the style sheet definition.
Public classCssStyleSheetCollection
Collection of CssStyleSheet objects.
Public classMasterPage
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.
Public classMasterPageCollection
Collection of MasterPage objects.
Public classPageSize
Encapsulates the width and height of a page and provides standard page sizes.
Public classSelectionRule
The selection rule determines whether of MasterPage is selected as the template of a new page.
Public classSpacing
Spacing is used to define Margin and Padding.

Structures

  StructureDescription
Public structureUnit
Unit is used to convert a wide variety of units to points, which is the unit used in PDF.

Enumerations

  EnumerationDescription
Public enumerationPageOddEven
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.
Public enumerationPagePosition
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.
Public enumerationPageQuantity
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.
Public enumerationScaleBehavior
This enum specifies the behavior of the page's scaling.
Public enumerationTidyBehavior
This enum specifies the behavior if and howto the HTML content should be tidied (made well-formed).
Public enumerationUnitType
Known units handled by the Unit class.