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

Syntax

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

See Also