Class PdfA1Schema
- Namespace
- iTextSharp.text.xml.xmp
- Assembly
- iTextSharp.LGPLv2.Core.dll
An implementation of an XmpSchema.
public class PdfA1Schema : XmpSchema
- Inheritance
-
PdfA1Schema
- Inherited Members
Constructors
PdfA1Schema()
@throws IOException
public PdfA1Schema()
Fields
CONFORMANCE
Conformance, A or B.
public const string CONFORMANCE = "pdfaid:conformance"
Field Value
DEFAULT_XPATH_ID
default namespace identifier
public const string DEFAULT_XPATH_ID = "pdfaid"
Field Value
DEFAULT_XPATH_URI
default namespace uri
public const string DEFAULT_XPATH_URI = "http://www.aiim.org/pdfa/ns/id/"
Field Value
PART
Part, always 1.
public const string PART = "pdfaid:part"
Field Value
Methods
AddConformance(string)
Adds the conformance.
public void AddConformance(string conformance)
Parameters
conformance
string
AddPart(string)
Adds part.
public void AddPart(string part)
Parameters
part
string