PdfRendererOptionsCreator Property |
Returns the Creator of the PDF document.
Namespace: Kettic.AspNet.Controls.Toolkit.Apoc.Render.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
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 Value
Type:
String
This method will always return "XSL-FO http://www.w3.org/1999/XSL/Format".
See Also