PdfSchema Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.xml.xmp
iTextSharp.text.xml.xmp.PdfSchema[[PdfSchema]]
iTextSharp.text.xml.xmp.XmpSchema[[XmpSchema]]
class iTextSharp.text.xml.xmp.XmpSchema abstractStyle;
end
iTextSharp.text.xml.xmp.XmpSchema --> iTextSharp.text.xml.xmp.PdfSchema
Members
Methods
Public methods
Details
Inheritance
Constructors
PdfSchema
Source code
public PdfSchema()
Methods
AddKeywords
Source code
public virtual void AddKeywords(string keywords)
Arguments
Type | Name | Description |
---|
string | keywords | |
AddProducer
Source code
public virtual void AddProducer(string producer)
Arguments
Type | Name | Description |
---|
string | producer | |
AddVersion
Source code
public virtual void AddVersion(string version)
Arguments
Type | Name | Description |
---|
string | version | |
Generated with ModularDoc