Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The HtmlToPdfConverter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | DocumentTitle |
Document title.
|
![]() | Footer |
Additional text to place at the bottom of every converted page.
|
![]() | Header |
Additional text to place at the top of every converted page.
|
![]() | Margins |
Margins.
|
![]() | Orientation |
Page orientation, portrait or landscape.
|
![]() | PageSize |
Page size.
|
![]() | RegistrationKey |
Registration key.
|
![]() | RegistrationName |
Registration name.
|
![]() | SuppressExceptions |
Gets or sets whether to suppress internal converter errors and return only true or false from
ConvertHtmlToPdf(String, String) method.
|
![]() | TempFolder |
Gets or sets the temporary folder path. By default the converter uses temporary folder returned by GetTempPath method.
|
See Also