ActiveReports.Web Request technical support
Keywords Property
See Also 


Specifies the Keywords the export will embed in the PDF when using the PDF Viewer type.

Syntax

Visual Basic (Declaration) 
Public Property Keywords As String
Visual Basic (Usage)Copy Code
Dim instance As PdfExportOptions
Dim value As String
 
instance.Keywords = value
 
value = instance.Keywords
C# 
public string Keywords {get; set;}

See Also