XmpPdfAExtensionProperty(String, String, String, String) Constructor
Initializes a new instance of the XmpPdfAExtensionProperty class with specified settings.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public XmpPdfAExtensionProperty(
string name,
string description,
string valueType = "Text",
string category = "external"
)
Parameters
| Name | Type |
|---|---|
| name | String |
| description | String |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| valueType | String | "Text" |
| category | String | "external" |
See Also