PdfDocumentOptions ClassTerminal Works - PDF Printing.Net Library
Holds information how to handle the document when it is saved as PDF stream.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfDocumentOptions

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class PdfDocumentOptions

The PdfDocumentOptions type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(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.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyColorMode
Gets or sets the color mode. Default is RGB.
Public propertyEnableCcittCompressionForBilevelImages
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.
Public propertyFilters
Filters aplied on the document streams. Default used is FlateDecode.
Public propertyFlateEncodeMode
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).
Top
See Also

Reference