Back to Devexpress

PdfSaveOptions Members

officefileapi-devexpress-dot-pdf-dot-pdfsaveoptions-dot-underscore-members.md

latest3.0 KB
Original Source

PdfSaveOptions Members

A class that provides document encryption options and document signature to save the document.

Properties

NameDescription
DisableCreationDateUpdateGets or sets whether to disable the xmp:CreateDate metadata node update.
DisableMetadataUpdateGets or sets whether to disable all mandatory metadata updates.
DisableModDateUpdateGets or sets whether to disable the xmp:ModifyDate metadata node update.
EncryptionOptionsSpecifies encryption options of a PDF document.
SignatureGets or sets the signature, which can contain signing info, reason and location, to be used to save the signed document.
UseObjectStreamsGets or sets whether to store PDF objects in object streams.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Indicates whether this instance and a specified object are equal. Inherited from ValueType.
GetHashCode()Returns the hash code for this instance. Inherited from ValueType.
GetType()Gets the Type of the current instance. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the fully qualified type name of this instance. Inherited from ValueType.

See Also

PdfSaveOptions Struct

DevExpress.Pdf Namespace