The PdfSaveOptions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Compression |
Gets or sets the compression type to use when saving the document.
| |
| FontEmbedStyle |
Gets or sets the PdfFontEmbedStyle value indicating how
to embed fonts added to this document when saving the document.
| |
| Linearize |
Gets or sets a value indicating whether output PDF files should be linearized
for faster web viewing.
| |
| MetadataSyncMode |
Gets or sets the value indicating how values in
XMP Metadata and
Document Info should be synchronized.
| |
| ProducePdfA |
Gets or sets a value indicating whether to save the document
as a PDF/A-1b compliant one.
| |
| RemoveUnusedObjects |
Gets or sets a value indicating whether to remove all unused (unreferenced)
objects from PDF before saving.
| |
| UseObjectStreams |
(PDF 1.5) Gets or sets a value indicating whether to pack objects into
compressed object streams before producing PDF files.
| |
| WriteEncrypted |
Gets a value indicating whether produced PDF file will be encrypted.
| |
| WriteWithoutFormatting |
Gets or sets a value indicating whether to write PDF data without
formatting (without whitespaces needed only for humans).
|
