XmpPdfAExtensionPropriété
Vue de l’ensemble
‘XmpPdfAExtensionProperty’ est une classe dans Aspose.PDF FOSS pour .NET. hérité de: XMPPdFAextensionField.
Une déclaration de propriété PDF/A XMP-extension (nom, valeur, type de valeur , catégorie, description).
Cette classe fournit 4 méthodes pour travailler avec les objets de propriété XmpPdfAExtension dans des programmes .NET. Les méthodologies disponibles comprennent: ‘GetXml’, ‘XmpFdfEextensionField’, XMPPdfAextissionObject', ‘XppdfaE ExtensionProperty'. Tous les membres publics sont accessibles à n'importe quelle application .Net après avoir installé l'ASPOSE.PDF FOSS pour le package .net. Propriétés: Categorie, Description,Name;ValueetType de valeur.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Category | XmpPdfAExtensionCategoryType | Read | External (public) or internal (private) visibility. |
Name | string | Read | Field name. |
ValueType | string | Read | Field value type (XMP type reference). |
Description | string | Read | Description of what this extension property carries. |
Value | string | Read/Write | Current value (writable so callers can update before serialising). |
méthodes
| Signature | Description |
|---|---|
XmpPdfAExtensionProperty(name: string, value: string, valueType: string, category: XmpPdfAExtensionCategoryType, description: string) | Construct a property with full metadata. |
GetXml(xmlDocument: XmlDocument) | Calls GetXml on this XmpPdfAExtensionProperty instance. |
XmpPdfAExtensionField(name: string, value: string, valueType: string, description: string) | Construct a field with name, value, value type, and description. |
XmpPdfAExtensionObject(description: string, value: string) | Construct an extension object with description + value. |
Voir aussi
- Aspose.PDF pour .NET — API d’entreprise