Winnovative RTF to PDF Converter Library for .NET Documentation

PdfDocumentOptions Properties

Winnovative RTF to PDF Converter Library for .NET
Winnovative RTF to PDF Converter Library for .NET

The PdfDocumentOptions type exposes the following members.

Properties

  NameDescription
Public propertyAppendPDFFile
The full path of an existing PDF document to be appended to the PDF document resulted after conversion
Public propertyAppendPDFFileArray
An array of full paths of existing PDF documents to be appended to the PDF document resulted after conversion
Public propertyAppendPDFStream
The PDF stream to be appended to the PDF document resulted after conversion
Public propertyAppendPDFStreamArray
An array of PDF streams to be appended to the PDF document resulted after conversion
Public propertyBottomMargin
The rendered PDF document bottom margin
Public propertyEmbedFonts
When true this option instructs the converter to embed all the true type fonts into the PDF document. The default value is false.
Public propertyFitHeight
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.
Public propertyFitWidth
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
Public propertyLeftMargin
The rendered PDF document left margin
Public propertyPdfCompressionLevel
This property controls the compression level of the rendered PDF document
Public propertyPdfPageOrientation
This property controls the page orientation of the rendered PDF document
Public propertyPdfPageSize
This property controls the size of the rendered PDF document
Public propertyRightMargin
The rendered PDF document right margin
Public propertyShowFooter
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.
Public propertyShowHeader
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.
Public propertyTopMargin
The rendered PDF document top margin
Top
See Also

Reference