XmpPdfAExtensionDescriptor(String, String, String, IList<XmpPdfAExtensionProperty>, IList<XmpPdfAExtensionValueType>) Constructor
Initializes a new instance of the XmpPdfAExtensionDescriptor class with specified settings.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public XmpPdfAExtensionDescriptor(
string namespaceUri,
string prefix,
string schemaName,
IList<XmpPdfAExtensionProperty> properties,
IList<XmpPdfAExtensionValueType> valueTypes = null
)
Parameters
| Name | Type |
|---|---|
| namespaceUri | String |
| prefix | String |
| schemaName | String |
| properties | IList<XmpPdfAExtensionProperty> |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| valueTypes | IList<XmpPdfAExtensionValueType> | null |
See Also