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

    public bool SyncMetadata { get; set; }

    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