HtmlToPdf Properties

The HtmlToPdf type exposes the following members.

Properties
  NameDescription
Public propertyDefaultFont
Gets or sets default font for creating .pdf document with specified name or filename, encoding and size as iTextSharp.text.Font object.
Public propertyDefaultFontSize
Gets or sets font size for the internal default font.
Public propertyStatic memberLicenseKey Obsolete.
Assigns the license key.
Public propertyCode exampleOnConvertXmlNodeToPdf
Gets or sets the application-supplied method for fine-tuning of source to PDF conversion.
Public propertyOnProcessImagePath
Gets or sets the application-supplied method for changing path or URI or URL to the image.
Public propertyPageRectangle
Gets or sets page size of .pdf document as iTextSharp.text.Rectangle object.
Public propertySourceType
Gets or sets the format of the input data for the conversion.
Public propertyTrialDaysLeft
Gets the number of days left to the date of the trial license key expiration.
Public propertyUseBlackAndWhiteStyle
Enables conversion of colored HTML document to black and white PDF document.
Top
See Also