PdfSaveOptions Members

Docotic.Pdf Library Help > BitMiracle.Docotic.Pdf Namespace > PdfSaveOptions Class > PdfSaveOptions Members

The PdfSaveOptions type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.)

Properties

  NameDescription
Public propertyCompression
Gets or sets the compression type to use when saving the document.
Public propertyFontEmbedStyle
Gets or sets the PdfFontEmbedStyle value indicating how to embed fonts added to this document when saving the document.
Public propertyLinearize
Gets or sets a value indicating whether output PDF files should be linearized for faster web viewing.
Public propertyMetadataSyncMode
Gets or sets the value indicating how values in XMP Metadata and Document Info should be synchronized.
Public propertyProducePdfA
Gets or sets a value indicating whether to save the document as a PDF/A-1b compliant one.
Public propertyRemoveUnusedObjects
Gets or sets a value indicating whether to remove all unused (unreferenced) objects from PDF before saving.
Public propertyUseObjectStreams
(PDF 1.5) Gets or sets a value indicating whether to pack objects into compressed object streams before producing PDF files.
Public propertyWriteEncrypted
Gets a value indicating whether produced PDF file will be encrypted.
Public propertyWriteWithoutFormatting
Gets or sets a value indicating whether to write PDF data without formatting (without whitespaces needed only for humans).

See Also