LoadOptions.MetadataSyncMode Property
Gets or sets how to synchronize metadata when loading a PDF document.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| MetadataSyncMode | An enumeration value that specifies how to synchronize metadata when loading a PDF document. |
Available values:
| Name | Description |
|---|---|
| Auto | Metadata synchronization mode is determined automatically. |
| XmpToInfo | Synchronize the corresponding XMP metadata to basic information. |
| InfoToXmp | Synchronize basic information to the corresponding XMP metadata. |
Remarks
Set the LoadOptions.SyncMetadata property to true to synchronize metadata when loading a PDF document. The MetadataSyncMode property specifies how to synchronize metadata.
See Also