iText 5

PdfSchema

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

Returns

Name

void

AddKeywords

(string keywords)

void

AddProducer

(string producer)

void

AddVersion

(string version)

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