XmpPdfAExtensionProperty.XmpPdfAExtensionProperty

XmpPdfAExtensionProperty constructor

Initializes new object.

public XmpPdfAExtensionProperty(string name, string value, string valueType, 
    XmpPdfAExtensionCategoryType category, string description)
ParameterTypeDescription
nameStringThe property name.
valueStringThe property value.
valueTypeStringThe property value type.
categoryXmpPdfAExtensionCategoryTypeThe property category.
descriptionStringThe property description.

See Also