Spread Silverlight Documentation
Subject Property


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

Property Value

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

Reference

PdfExportSettings Class
PdfExportSettings Members