Skip to main content
All docs
V26.1
  • 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

    public enum MetadataSyncMode

    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