Skip to main content
All docs
V26.1
  • XmpPdfAExtensionField(String, String, String) Constructor

    Initializes a new instance of the XmpPdfAExtensionField class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public XmpPdfAExtensionField(
        string name,
        string valueType,
        string description
    )

    Parameters

    Name Type
    name String
    valueType String
    description String
    See Also