returns serial id for this object

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

Syntax

C#
public long MySerialId { get; }
Visual Basic
Public ReadOnly Property MySerialId As Long
	Get
Visual C++
public:
property long long MySerialId {
	long long get ();
}

See Also