Gets the doc info.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PDFDocInfo GetDocInfo()
Public Function GetDocInfo As PDFDocInfo
public:
virtual PDFDocInfo^ GetDocInfo() sealed
Return Value
Type:
PDFDocInfo The class representing document information metadata.
(i.e. entries in the document information dictionary).
See Also