Gets the name of the PDF document producer.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string Producer { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Producer As String Get |
| Visual C++ |
|---|
public: property String^ Producer { String^ get (); } |