Click or drag to resize

PdfDocumentMetadata Constructor

Constructs a new PdfDocumentMetadata object with default values for all the fields.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfDocumentMetadata()

Return Value

Type: 
A new PdfDocumentMetadata object with default values.
Remarks
All string fields are set to null except for the Producer field, which is set to "%%company%% DotImage Version x.y.z". The creation and modification date are set to the current date and time.
See Also