Title Property (PdfExportOptions)
In This Topic
Specifies the Title the export will use when using the PDF Viewer type.
Syntax
'Declaration
Public Property Title As String
public string Title {get; set;}
Property Value
A
System.String value indicating the title to be included in the PDF metadata.
See Also