PdfRendererOptionsTitle Property |
Specifies the Title 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 Title { get; set; }
Public Property Title As String
Get
Set
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
member Title : string with get, set
Property Value
Type:
String
The default value is null.
Remarks
This value will be embedded in the PDF information dictionary.
See Also