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

Syntax

C#
public PdfDate Date { set; }
Visual Basic
Public WriteOnly Property Date As PdfDate
	Set
Visual C++
public:
property PdfDate^ Date {
	void set (PdfDate^ value);
}

See Also