PdfInfo.ModDate Method

PDF File Writer

PdfInfoModDate Method

Sets document last modify date and time

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void ModDate(
	DateTime Date
)

Parameters

Date
Type: SystemDateTime
Modify date and time
See Also