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

Syntax

C#
public virtual string Code { get; set; }
Visual Basic
Public Overridable Property Code As String
	Get
	Set
Visual C++
public:
virtual property String^ Code {
	String^ get ();
	void set (String^ value);
}

See Also