Holds information how to handle the document when it is saved as PDF stream.
Inheritance Hierarchy
PdfEdit.PdfPdfDocumentOptions
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The PdfDocumentOptions type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (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.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ColorMode |
Gets or sets the color mode. Default is RGB.
| |
EnableCcittCompressionForBilevelImages |
Gets or sets a value indicating whether to compress bilevel images using CCITT compression.
With true, PDFEdit will try FlateDecode CCITT and will use the smallest one or a combination of both.
With false, PDFEdit will always use FlateDecode only - files may be a few bytes larger, but file creation is faster.
| |
Filters |
Filters aplied on the document streams. Default used is FlateDecode.
| |
FlateEncodeMode |
Gets or sets the flate encode mode. Besides the balanced default mode you can set modes for best compression (slower) or best speed (larger files).
|
See Also