Creator

Top  Previous  Next

Creator specifies the creator of the PDF document.

 

 

If the document was converted to PDF from another format, the name of the application (for example, PDFtoolkit, Adobe FrameMaker®) that created the original document  and from which it was converted.

 

 

 

Syntax

 

 

 

[VC++]

CString GetCreator();

void SetCreator(LPCTSTR lpszNewValue);

 

[CS]

public abstract new string Creator [  get,  set ]

 

[VB]

Property Creator As String