Adds the current date and time to a Document.

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

Syntax

C#
public bool AddCreationDate()
Visual Basic
Public Function AddCreationDate As Boolean
Visual C++
public:
bool AddCreationDate()

Return Value

true if successful, false otherwise

See Also