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