API Reference

Class

PdfAIdentification

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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.

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 requiredposition: 0
conformance System.String requiredposition: 1

Methods

public static PdfAIdentification PdfA4() #
Returns: PdfAIdentification

Creates base PDF/A-4 identification metadata.

public static PdfAIdentification PdfA4E() #
Returns: PdfAIdentification

Creates PDF/A-4e identification metadata.

public static PdfAIdentification PdfA4F() #
Returns: PdfAIdentification

Creates PDF/A-4f identification metadata.

Properties

public Int32 Part { get; } #

PDF/A standard part, currently 2, 3, or 4.

public String Conformance { get; } #

PDF/A conformance level: A/B/U for PDF/A-2 and PDF/A-3, empty/E/F for PDF/A-4.