PdfInfo.CreatePdfInfo Method

PDF File Writer

PdfInfoCreatePdfInfo Method

Constructor for PdfInfo class

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public static PdfInfo CreatePdfInfo(
	PdfDocument Document
)

Parameters

Document
Type: PdfFileWriterPdfDocument
Main document class

Return Value

Type: PdfInfo
PdfInfo object
Remarks

The 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