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

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public XmpPdfAExtensionValueType(
        string type,
        string namespaceUri,
        string prefix,
        string description,
        IList<XmpPdfAExtensionField> fields = null
    )

    Parameters

    Name Type
    type String
    namespaceUri String
    prefix String
    description String

    Optional Parameters

    Name Type Default
    fields IList<XmpPdfAExtensionField> null
    See Also