Class PdfAConformanceLevel
Enumeration of all the PDF/A conformance levels.
public class PdfAConformanceLevel : IConformanceLevel
- Inheritance
-
PdfAConformanceLevel
- Implements
- Inherited Members
Fields
PDF_A_1A
public static readonly PdfAConformanceLevel PDF_A_1A
Field Value
PDF_A_1B
public static readonly PdfAConformanceLevel PDF_A_1B
Field Value
PDF_A_2A
public static readonly PdfAConformanceLevel PDF_A_2A
Field Value
PDF_A_2B
public static readonly PdfAConformanceLevel PDF_A_2B
Field Value
PDF_A_2U
public static readonly PdfAConformanceLevel PDF_A_2U
Field Value
PDF_A_3A
public static readonly PdfAConformanceLevel PDF_A_3A
Field Value
PDF_A_3B
public static readonly PdfAConformanceLevel PDF_A_3B
Field Value
PDF_A_3U
public static readonly PdfAConformanceLevel PDF_A_3U
Field Value
PDF_A_4
public static readonly PdfAConformanceLevel PDF_A_4
Field Value
PDF_A_4E
public static readonly PdfAConformanceLevel PDF_A_4E
Field Value
PDF_A_4F
public static readonly PdfAConformanceLevel PDF_A_4F
Field Value
PDF_A_4_REVISION
public const string PDF_A_4_REVISION = "2020"
Field Value
Methods
GetConformance()
public virtual string GetConformance()
Returns
GetConformanceLevel(string, string)
public static PdfAConformanceLevel GetConformanceLevel(string part, string conformance)
Parameters
Returns
GetConformanceLevel(XMPMeta)
public static PdfAConformanceLevel GetConformanceLevel(XMPMeta meta)
Parameters
meta
XMPMeta
Returns
GetPDFAConformance(IConformanceLevel, PdfDocument)
Gets the PdfA conformance level.
[Obsolete("since 8.0.4 Will be removed in next major release")]
public static PdfAConformanceLevel GetPDFAConformance(IConformanceLevel possibleConformance, PdfDocument document)
Parameters
possibleConformance
IConformanceLevelthe possible candidate for PdfAConformanceLevel
document
PdfDocumentthe document
Returns
- PdfAConformanceLevel
the conformance level or null if it's not PDFA
GetPart()
public virtual string GetPart()