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

Syntax

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

See Also