Winnovative RTF to PDF Converter Library for .NET
PdfDocumentOptions Class
NamespacesWinnovative.WnvRtfToPdfPdfDocumentOptions
Winnovative RTF to PDF Converter Library for .NET
This class encapsulates the options to control the PDF document redering process. The PDFConverter class define a reference to an object of this type
Declaration Syntax
C#Visual BasicVisual C++
public class PdfDocumentOptions
Public Class PdfDocumentOptions
public ref class PdfDocumentOptions
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PdfDocumentOptions()()()
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 options instructs the converter to embed all the true type fonts into the PDF document. The default value is false.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
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

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
LeftMargin
The rendered PDF document left margin

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
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

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
PdfDocumentOptions

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 2.0.5.0 (2.0.5.0)