Skip to main content
Skip table of contents

PdfCollectionSchema

PdfCollectionSchema Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.collection
  iTextSharp.text.pdf.collection.PdfCollectionSchema[[PdfCollectionSchema]]
  end
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]]
  end
iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.collection.PdfCollectionSchema

Members

Methods

Public methods
ReturnsName
voidAddField(string name, PdfCollectionField field)

Details

Inheritance

Constructors

PdfCollectionSchema

Source code

public PdfCollectionSchema()

Methods

AddField

Source code

public virtual void AddField(string name, PdfCollectionField field)
Arguments
TypeNameDescription
stringname
PdfCollectionFieldfield

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.