Class SchemaPrefix
PDF/A Schema Prefix of embbedding XML file applying to XMP Metadata
Inheritance
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public sealed class SchemaPrefix : Enum
The SchemaPrefix enumeration in IronPDF declares the short XMP prefix paired with SchemaNamespace when an XML payload is embedded into a PDF/A-3 file for e-invoicing.
It belongs to the IronPdf namespace and exposes three values: fx (default, used with Factur-X), zf (ZUGFeRD), and rsm. The prefix should match the schema chosen for the embedded XML.
See Export PDF/A Format Docs in C# for a full PdfAOptions example.
Fields
fx
fx
Declaration
public const SchemaPrefix fx
Field Value
| Type | Description |
|---|---|
| SchemaPrefix |
rsm
rsm
Declaration
public const SchemaPrefix rsm
Field Value
| Type | Description |
|---|---|
| SchemaPrefix |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |
zf
zf
Declaration
public const SchemaPrefix zf
Field Value
| Type | Description |
|---|---|
| SchemaPrefix |