Namespace: iTextSharp.text.pdf.collection
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PdfCollectionSchema Schema { get; set; }
Visual Basic
Public Property Schema As PdfCollectionSchema
	Get
	Set
Visual C++
public:
property PdfCollectionSchema^ Schema {
	PdfCollectionSchema^ get ();
	void set (PdfCollectionSchema^ value);
}

See Also