Gets the name of the application that created this document.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public string Creator { get; private set; } |
| Visual Basic |
|---|
Public Property Creator As String Get Private Set |
| Visual C++ |
|---|
public: property String^ Creator { String^ get (); private: void set (String^ value); } |