SaveOptions.SyncMetadata Property
Gets or sets whether to synchronize metadata when saving a PDF document.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if metadata is synchronized when saving a PDF document; otherwise, false. |
Remarks
The SaveOptions.MetadataSyncMode property specifies how to synchronize metadata.
See Also