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
stringthe name of the collection field
field
PdfCollectionFielda 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
stringis the name of the collection field
Returns
IsWrappedObjectMustBeIndirect()
protected override bool IsWrappedObjectMustBeIndirect()