PDFDocInfoGetProducer Method |
Gets the producer.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetProducer()
Public Function GetProducer As String
public:
virtual String^ GetProducer() sealed
Return Value
Type:
String If the document was converted to PDF from another format,
the name of the application (for example, Distiller) that
converted it to PDF.
See Also