Skip to main content
All docs
V25.1
  • CustomProperties Class

    Contains properties used to define the custom XMP namespace.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public class CustomProperties :
        IEnumerable<KeyValuePair<string, string>>,
        IEnumerable

    The following members return CustomProperties objects:

    Inheritance

    Object
    CustomProperties
    See Also