Description
The HtmlToPdf type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| BasePath |
Base Path of the source file. It helps the converter locate the images which use relative path in HTML files.
Default values is file path or url address if file or url was specified. Base Path should be specified when HTML string/stream is converted.
| |
| CreateOutlines |
If true then HTML headers are converted to PDF bookmarks. The default value is true.
| |
| Footer |
This property is used to get and set the text in the Footer
| |
| Header |
This property is used to get and set the text in the Header
| |
| ImageInfo |
Set attributes concerned with images.
| |
| PageInfo |
Set page attributes such as size, margins, orientation.
| |
| PdfDocumentInfo |
When you view a PDF, you can get information about it, such as the title, author, subject etc. Some of this information is set by the person who created the document.
| |
| SourceEncoding |
Represents a character encoding. It is used for transformation a set of Unicode characters into a sequence of bytes.
|
See Also
DuoDimension Namespace