Spread Silverlight Documentation
Keywords Property


GrapeCity.Windows.SpreadSheet.Data Namespace > PdfExportSettings Class : Keywords Property
Gets or sets the keywords for the PDF file.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Keywords As System.String
'Usage
 
Dim instance As PdfExportSettings
Dim value As System.String
 
instance.Keywords = value
 
value = instance.Keywords
[System.ComponentModel.DefaultValue()]
public System.string Keywords {get; set;}

Property Value

The keywords. The default value is an empty string.
See Also

Reference

PdfExportSettings Class
PdfExportSettings Members