Class PdfSchema
- Namespace
- iTextSharp.text.xml.xmp
- Assembly
- iTextSharp.LGPLv2.Core.dll
An implementation of an XmpSchema.
public class PdfSchema : XmpSchema
- Inheritance
-
PdfSchema
- Inherited Members
Constructors
PdfSchema()
@throws IOException
public PdfSchema()
Fields
DEFAULT_XPATH_ID
default namespace identifier
public const string DEFAULT_XPATH_ID = "pdf"
Field Value
DEFAULT_XPATH_URI
default namespace uri
public const string DEFAULT_XPATH_URI = "http://ns.adobe.com/pdf/1.3/"
Field Value
KEYWORDS
Keywords.
public const string KEYWORDS = "pdf:keywords"
Field Value
PRODUCER
The Producer.
public const string PRODUCER = "pdf:Producer"
Field Value
VERSION
The PDF file version (for example: 1.0, 1.3, and so on).
public const string VERSION = "pdf:PDFVersion"
Field Value
Methods
AddKeywords(string)
Adds keywords.
public void AddKeywords(string keywords)
Parameters
keywords
string
AddProducer(string)
Adds the producer.
public void AddProducer(string producer)
Parameters
producer
string
AddVersion(string)
Adds the version.
public void AddVersion(string version)
Parameters
version
string