PdfDocumentInformation
Producer Property
|
Gets or sets the producer.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Property Value
Type:
String
See Also