Skip to main content
All docs
V26.1
  • XmpPdfAExtensions.GetProperty(String, String) Method

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public XmpPdfAExtensionProperty GetProperty(
        string namespaceUri,
        string propertyName
    )

    Parameters

    Name Type
    namespaceUri String
    propertyName String

    Returns

    Type
    XmpPdfAExtensionProperty
    See Also