Gets or sets the producer.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public 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