Gets and sets the name of the application (for example, Adobe® FrameMaker®) that created the original document from which it was converted.
'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.