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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic 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