 | PdfDocumentProducer Property |
If the document was converted to PDF from another format, the name of the application (for example, Acrobat Distiller) that converted it to PDF.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string Producer { get; set; }
Public Property Producer As String
Get
Set
public:
property String^ Producer {
String^ get ();
void set (String^ value);
}
member Producer : string with get, set
/** @property */
public String get_Producer()
/** @property */
public void set_Producer(String value)
function get_Producer();
function set_Producer(value);
Property Value
String
See Also