EVO HTML to PDF Converter

Document Properties

EVO PDF Client for .NET Documentation

The Document type exposes the following members.

Properties

  NameDescription
Public propertyClientProxy
You can set this property with an object implementing the IWebProxy interface to be used when accessing the PDF Document Web Service through a proxy server. This property does not have any effect when using a TCP Service
Public propertyCompressCrossReference
Set this property on true to store the PDF cross-reference table and PDF trailer in compressed cross-reference streams and to reduce the PDF file size. The default value is false for the new documents
Public propertyCompressionLevel
Gets or sets the PDF document compression level. By default the compression level is Normal
Public propertyDocumentInformation
Offers access to the document information object where the document's title, subject, keywords, etc can be set.
Public propertyFooter
Represents the default PDF document footer template. This footer is automatically considered when calculating the available space for rendering in a PDF page. This template is automatically docked to the bottom of the PDF page. You can add a document footer with AddFooterTemplate(Single) method.
Public propertyForm
Gets a reference to the PDF form of this PDF document
Public propertyHeader
Represents the default PDF document header template. This header is automatically considered when calculating the available space for drawing in a PDF page. This template is automatically docked to the top of the PDF page. You can add a document footer with AddHeaderTemplate(Single) method.
Public propertyJpegCompressionEnabled
Gets or sets a flag indicating if the JPEG compression is enabled or not for the images in the generated PDF. By default the JPEG compression is enabled to reduce the size of the generated PDF. When the JPEG compression is enabled the quality of the images in the generated PDF is lower than the quality of the original images in the HTML document, function of the JpegCompressionLevel parameter. When the JpegCompressionLevel is increased, the quality of the images in PDF decreases.
Public propertyJpegCompressionLevel
Gets or sets the compression level of images in the generated PDF as an integer value between 0 and 100. This property has effect only when the JpegCompressionEnabled is true. When the JpegCompressionLevel is 0, the compression rate is the lowest and the quality of the images is the best. When the JpegCompressionLevel is 100, the compression rate is the highest and quality of the images in PDF is the worst. The default JPEG compression level is 10, which should offer a good balance between the compression rate and the quality of the images in PDF.
Public propertyLicenseKey
Gets or sets the license key string received from the vendor. If this property is null the library will automatically enter in evaluation mode and a demo watermark will be displayed on the generated PDF document.
Public propertyMargins
The default document margins. The new pages will use the default margins if no margins are specified
Public propertyOpenAction
The Go To, JavaScript, Submit Form or Reset Form action to be performed when the PDF document is opened.
Public propertyPort
The server port number
Public propertySecurity
Offers access to security options of the PDF document like encryption.
Public propertyServer
The server IP or name
Public propertyServicePassword
Gets or sets the HTML to PDF converter service password. You have to set this property if the HTML to PDF service is password protected.
Public propertyTableOfContents
Gets a reference to the object controlling the automatic creation of a table of contents in the generated PDF document based on HtmlToPdfElement and HtmlToImageElement objects added to PDF document
Public propertyTransparencyEnabled
Gets or sets a flag indicating if the transparency is enabled in the PDF document. Default value is true. This property can be set to false to eliminate the additional flattening time when the document is sent to the printer from Adobe Reader viewer.
Public propertyUseWebService
A flag indicating if the client library will call the Web service or the TCP service to create the PDF document
Public propertyViewerPreferences
Offers access to the viewer preferences settings for the document.
Public propertyWebServiceUrl
The web service URL
Top
See Also

Reference