Accusoft.PdfXpress7.Net
Creator Property




Gets and sets the name of the application (for example, Adobe® FrameMaker®) that created the original document from which it was converted.
Syntax
'Declaration
 
Public Property Creator As String
'Usage
 
Dim instance As DocumentMetadata
Dim value As String
 
instance.Creator = value
 
value = instance.Creator
public string Creator {get; set;}
public: __property string* get_Creator();
public: __property void set_Creator( 
   string* value
);
public:
property String^ Creator {
   String^ get();
   void set (    String^ value);
}

Property Value

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

Reference

DocumentMetadata Class
DocumentMetadata Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback