Link Search Menu Expand Document

HtmlToPdfConverterSingleton Properties

The HtmlToPdfConverterSingleton type exposes the following members.

Properties
NameDescription
Public propertyStatic memberDocumentTitle
Document title.
Public propertyStatic memberFooter
Additional text to place at the bottom of every converted page. You can use HTML code in the footer.
Public propertyStatic memberHeader
Additional text to place at the top of every converted page. You can use HTML code in the header.
Public propertyStatic memberIISHosted
Set to true if you run the conversion in IIS hosted application.

(!) You must set this property before first call of ConvertHtmlToPdf(String, String) method.

Public propertyStatic memberMargins
Margins.
Public propertyStatic memberOrientation
Page orientation, portrait or landscape.
Public propertyStatic memberPageSize
Page size.
Public propertyStatic memberRegistrationKey
Registration key.
Public propertyStatic memberRegistrationName
Registration name.
Public propertyStatic memberSuppressExceptions
Gets or sets whether to suppress any internal converter errors and return only true or false from ConvertHtmlToPdf(String, String) method.
Public propertyStatic memberTempFolder
Gets or sets the temporary folder path. By default the converter uses temporary folder returned byGetTempPath method.

(!) You must set this property before first call of ConvertHtmlToPdf(String, String) method.

Public propertyStatic memberThreadSafe
Set to true if you run the conversion in multi-threaded application.

(!) You must set this property before first call of ConvertHtmlToPdf(String, String) method.

Top
See Also

Reference