Click or drag to resize

PdfSaveOptions Class

The options for saving a pdf document.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDocPdfSaveOptions

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfSaveOptions

The PdfSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodPdfSaveOptions
Initializes a new instance of the PdfSaveOptions class.
Top
Properties
  NameDescription
Public propertyLinearized
Gets or sets a value indicating whether the PDF document will be saved as linearized.
Public propertyOwnerPassword Obsolete.
Gets or sets the owner password to use for saving the document. This parameter may be .
Public propertyPdfASavingBehavior
Gets or sets a value that determines the behavior of PdfDocument when it saves a PDF/A document.
Public propertyUseCompressedObjectStreams

Gets or sets a value indicating whether the PDF document contains compressed object streams.

Public propertyUserPassword Obsolete.
Gets or sets the user password to use for saving the document. This parameter may be .
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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 methodSetOneTimePasswords
Sets user and owner passwords and generates one-time keys for saving encrypted PDF document. Keys will be reset after usage.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventObjectCannotBeSaved
Occurs when PDF object cannot be written to the document
Top
See Also