PdfSaveOptions Class |
Namespace: Atalasoft.PdfDoc
The PdfSaveOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfSaveOptions |
Initializes a new instance of the PdfSaveOptions class.
|
| Name | Description | |
|---|---|---|
| Linearized |
Gets or sets a value indicating whether the PDF document will be saved as linearized.
| |
| OwnerPassword | Obsolete.
Gets or sets the owner password to use for saving the document. This parameter may be .
| |
| PdfASavingBehavior |
Gets or sets a value that determines the behavior of PdfDocument when it saves a PDF/A document.
| |
| UseCompressedObjectStreams | Gets or sets a value indicating whether the PDF document contains compressed object streams. | |
| UserPassword | Obsolete.
Gets or sets the user password to use for saving the document. This parameter may be .
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (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.) | |
| SetOneTimePasswords |
Sets user and owner passwords and generates one-time keys for saving
encrypted PDF document. Keys will be reset after usage.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ObjectCannotBeSaved |
Occurs when PDF object cannot be written to the document
|