MetadataSyncMode Enum
Lists values that indicate how to synchronize metadata between basic information and the corresponding XMP metadata.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Members
| 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. |
Related API Members
The following properties accept/return MetadataSyncMode values:
See Also