API Reference
Class
PdfAIdentification
PDF/A identification metadata emitted in the generated XMP packet.
Inheritance
- Object
- PdfAIdentification
Remarks
This model writes the ISO 19005 PDF/A identification fields only. It does not certify that the generated PDF satisfies PDF/A validation requirements.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfAIdentification.PdfA4
- Method PdfAIdentification.PdfA4E
- Method PdfAIdentification.PdfA4F
- Property PdfOptions.PdfAIdentification
Accepted by parameters
Constructors
public PdfAIdentification(Int32 part, String conformance) #Creates PDF/A identification metadata for a supported PDF/A part and conformance level.
Parameters
- part System.Int32
- conformance System.String
Methods
public static PdfAIdentification PdfA4() #Returns:
PdfAIdentificationCreates base PDF/A-4 identification metadata.
public static PdfAIdentification PdfA4E() #Returns:
PdfAIdentificationCreates PDF/A-4e identification metadata.
public static PdfAIdentification PdfA4F() #Returns:
PdfAIdentificationCreates PDF/A-4f identification metadata.