Skip to main content
All docs
V23.2

CustomProperties Class

Contains properties used to define the custom XMP namespace.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v23.2.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