Gets the conformance identification from a document.
Syntax
[C#] static
PdfConformanceIdentification FromDoc(Doc doc, PdfConformance
conformance) [Visual Basic] Shared Function
FromDoc(doc As Doc, conformance As PdfConformance) As
PdfConformanceIdentification
Params
Name
Description
doc
The document.
conformance
The conformance specification for which the identification
is to be retrieved.
return
The conformance identification.
Notes
This methods identifies the conformance a document is marked to
satisfy. It is possible that a document conforms to more than one
specification (e.g. PDF/A-1 and PDF/X-1). The conformance parameter
identifies the desired specification. The Pdf value for conformance
is not allowed. Both PdfA1b and PdfA1a specify the PDF/A-1
specification.