PDFDocInfoGetCreator Method |
Gets the creator.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetCreator()
Public Function GetCreator As String
public:
virtual String^ GetCreator() sealed
Return Value
Type:
String If the document was converted to PDF from another
format, the name of the application that created the original
document from which it was converted.
See Also