PDF File Writer Class Library - Author Uzi Granot
PdfInfoCreatePdfInfo Method |
Constructor for PdfInfo class
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
SyntaxC#
public static PdfInfo CreatePdfInfo( PdfDocument Document )
Parameters
- Document
- Type: PdfFileWriterPdfDocument
Main document class
Return Value
Type: PdfInfoPdfInfo object
RemarksThe constructor initialize the /Info dictionary with 4 key value pairs.
| Creation date set to current local system date |
| Modification date set to current local system date |
| Creator is PdfFileWriter C# Class Library Version No |
| Producer is PdfFileWriter C# Class Library Version No |
See Also