Accusoft.PdfXpress7.Net
Producer Property




Gets and sets the name of the application (for example, Acrobat® Distiller®) that converted it to PDF.
Syntax
'Declaration
 
Public Property Producer As String
'Usage
 
Dim instance As DocumentMetadata
Dim value As String
 
instance.Producer = value
 
value = instance.Producer
public string Producer {get; set;}
public: __property string* get_Producer();
public: __property void set_Producer( 
   string* value
);
public:
property String^ Producer {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the name of the application.
See Also

Reference

DocumentMetadata Class
DocumentMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback