XmpPdfAExtensionField

XmpPdfAExtensionField

Overview

XmpPdfAExtensionField is a class in Aspose.PDF FOSS for .NET. Inherits from: XmpPdfAExtensionObject.

One field of a PDF/A XMP-extension structured value type.

This class provides 3 methods for working with XmpPdfAExtensionField objects in .NET programs. Available methods include: GetXml, XmpPdfAExtensionField, XmpPdfAExtensionObject. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Description, Name, Value, ValueType.

Properties

NameTypeAccessDescription
NamestringReadField name.
ValueTypestringReadField value type (XMP type reference).
DescriptionstringReadDescription of what this extension property carries.
ValuestringRead/WriteCurrent value (writable so callers can update before serialising).

Methods

SignatureDescription
XmpPdfAExtensionField(name: string, value: string, valueType: string, description: string)Construct a field with name, value, value type, and description.
GetXml(xmlDocument: XmlDocument)Calls GetXml on this XmpPdfAExtensionField instance.
XmpPdfAExtensionObject(description: string, value: string)Construct an extension object with description + value.

See Also