Skip to main content
All docs
V26.1
  • SaveOptions.MetadataSyncMode Property

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public MetadataSyncMode MetadataSyncMode { get; set; }

    Property Value

    Type
    MetadataSyncMode

    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.

    See Also