Table of Contents

Class PdfCollectionSchema

Namespace
iText.Kernel.Pdf.Collection
Assembly
itext.kernel.dll
public class PdfCollectionSchema : PdfObjectWrapper<PdfDictionary>
Inheritance
PdfCollectionSchema
Inherited Members

Constructors

PdfCollectionSchema()

Creates a Collection Schema dictionary.

public PdfCollectionSchema()

PdfCollectionSchema(PdfDictionary)

public PdfCollectionSchema(PdfDictionary pdfObject)

Parameters

pdfObject PdfDictionary

Methods

AddField(string, PdfCollectionField)

Adds a Collection field to the Schema.

public virtual PdfCollectionSchema AddField(string name, PdfCollectionField field)

Parameters

name string

the name of the collection field

field PdfCollectionField

a Collection Field

Returns

PdfCollectionSchema

this instance to support fluent interface

GetField(string)

Retrieves a Collection field from the Schema.

public virtual PdfCollectionField GetField(string name)

Parameters

name string

is the name of the collection field

Returns

PdfCollectionField

a Collection field

IsWrappedObjectMustBeIndirect()

protected override bool IsWrappedObjectMustBeIndirect()

Returns

bool