EVO RTF to PDF Converter Library for .NET Documentation

PdfDocumentOptions Class

EVO RTF to PDF Converter Library for .NET
EVO 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
Inheritance Hierarchy

SystemObject
  EvoPdf.RtfToPdfPdfDocumentOptions

Namespace:  EvoPdf.RtfToPdf
Assembly:  evortftopdf (in evortftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public class PdfDocumentOptions

The PdfDocumentOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfDocumentOptions
Initializes a new instance of the PdfDocumentOptions class
Top
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
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference