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

Syntax

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

See Also