Skip to main content
Skip table of contents

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
ReturnsName
voidAddKeywords(string keywords)
voidAddProducer(string producer)
voidAddVersion(string version)

Details

Inheritance

Constructors

PdfSchema

Source code

public PdfSchema()

Methods

AddKeywords

Source code

public virtual void AddKeywords(string keywords)
Arguments
TypeNameDescription
stringkeywords
AddProducer

Source code

public virtual void AddProducer(string producer)
Arguments
TypeNameDescription
stringproducer
AddVersion

Source code

public virtual void AddVersion(string version)
Arguments
TypeNameDescription
stringversion

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.