Skip to main content
All docs
V26.1
  • LoadOptions.SyncMetadata Property

    Gets or sets whether to synchronize metadata when loading 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 to synchronize metadata when loading a PDF document; otherwise, false.

    Remarks

    The LoadOptions.MetadataSyncMode property specifies how to synchronize metadata.

    See Also