The PdfDocumentOptions type exposes the following members.
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