EVO RTF to PDF Converter Library for .NET
SystemObject
EvoPdf.RtfToPdfPdfDocumentOptions
Assembly: evortftopdf (in evortftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Top
Top
Top
This class encapsulates the options to control the PDF document
redering process. The PDFConverter class define
a reference to an object of this type
Inheritance Hierarchy
EvoPdf.RtfToPdfPdfDocumentOptions
Namespace: EvoPdf.RtfToPdf
Assembly: evortftopdf (in evortftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The PdfDocumentOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfDocumentOptions | Initializes a new instance of the PdfDocumentOptions class |
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
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also