Skip to main content
All docs
V25.1
  • XmpRightsManagementProperties.Marked Property

    Gets or sets the value for the xmpRights:Marked attribute.

    Namespace: DevExpress.Pdf.Xmp

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool? Marked { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true if this document is rights-managed; false if it is public-domain.

    See Also