Winnovative RTF to PDF Converter Library for .NET
Top
The PdfDocumentOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
AppendPDFFile |
The full path of an existing PDF document to be appended to the PDF
document resulted after conversion
| |
AppendPDFFileArray |
An array of full paths of existing PDF documents to be appended to the PDF
document resulted after conversion
| |
AppendPDFStream |
The PDF stream to be appended to the PDF
document resulted after conversion
| |
AppendPDFStreamArray |
An array of PDF streams to be appended to the PDF
document resulted after conversion
| |
BottomMargin |
The rendered PDF document bottom margin
| |
EmbedFonts |
When true this option instructs the converter to embed all the true type fonts into the PDF document.
The default value is false.
| |
FitHeight |
When this property is true the RTF content will be resized if necessary to fit the available height in PDF page.
By default this property is false.
| |
FitWidth |
When this property is true the HTML content will be resized if necessary to fit the available width in PDF page.
When false the HTML content will be rendered at the real size. By default this property is true and
the content will be resized if necessary to fit the available width in PDF page
| |
LeftMargin |
The rendered PDF document left margin
| |
PdfCompressionLevel |
This property controls the compression level of the rendered PDF document
| |
PdfPageOrientation |
This property controls the page orientation of the rendered PDF document
| |
PdfPageSize |
This property controls the size of the rendered PDF document
| |
RightMargin |
The rendered PDF document right margin
| |
ShowFooter |
This property controls the whether the footer appears or not in the rendered PDF document.
The footer properties can be further customized by setting the properties of the PDFFooterOptions
object exposed by the PDFFooterOptions property of the PDFConverter class.
| |
ShowHeader |
This property controls the whether the header appears or not in the rendered PDF document.
The header properties can be further customized by setting the properties of the PDFHeaderOptions
object exposed by the PDFHeaderOptions property of the PDFConverter class.
| |
TopMargin |
The rendered PDF document top margin
|
See Also