 | PdfDocumentCreator Property |
If the document was converted to PDF from another format, the name of the application (for example, Adobe FrameMaker®) that created the original document from which it was converted.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic string Creator { get; set; }Public Property Creator As String
Get
Set
public:
property String^ Creator {
String^ get ();
void set (String^ value);
}member Creator : string with get, set
/** @property */
public String get_Creator()
/** @property */
public void set_Creator(String value)
function get_Creator();
function set_Creator(value);
Property Value
String
See Also