Class PropertyVersion
Property Version of embedding XML file applying to XMP Metadata
Inheritance
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public sealed class PropertyVersion : Enum
The PropertyVersion enumeration in IronPDF declares the version stamp written to XMP metadata when an XML payload is embedded into a PDF/A-3 file for ZUGFeRD or Factur-X delivery.
It belongs to the IronPdf namespace and exposes four values: v1 (default), v1p0, v2, and v2p0. The choice should match the schema declared by the paired SchemaNamespace.
See Export PDF/A Format Docs in C# for a full PdfAOptions example.
Fields
v1
version 1.0
Declaration
public const PropertyVersion v1
Field Value
| Type | Description |
|---|---|
| PropertyVersion |
v1p0
version 1p0
Declaration
public const PropertyVersion v1p0
Field Value
| Type | Description |
|---|---|
| PropertyVersion |
v2
version 2.0
Declaration
public const PropertyVersion v2
Field Value
| Type | Description |
|---|---|
| PropertyVersion |
v2p0
version 2p0
Declaration
public const PropertyVersion v2p0
Field Value
| Type | Description |
|---|---|
| PropertyVersion |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |