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

Syntax

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

See Also