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

Syntax

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

See Also