officefileapi-devexpress-dot-pdf-dot-pdfsaveoptions-dot-underscore-members.md
A class that provides document encryption options and document signature to save the document.
| Name | Description |
|---|---|
| DisableCreationDateUpdate | Gets or sets whether to disable the xmp:CreateDate metadata node update. |
| DisableMetadataUpdate | Gets or sets whether to disable all mandatory metadata updates. |
| DisableModDateUpdate | Gets or sets whether to disable the xmp:ModifyDate metadata node update. |
| EncryptionOptions | Specifies encryption options of a PDF document. |
| Signature | Gets or sets the signature, which can contain signing info, reason and location, to be used to save the signed document. |
| UseObjectStreams | Gets or sets whether to store PDF objects in object streams. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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) static | Determines 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