Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PdfExportSettings Class / Subject Property


In This Topic
    Subject Property
    In This Topic
    Gets or sets the subject of the PDF file.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Subject As String
    'Usage
     
    Dim instance As PdfExportSettings
    Dim value As String
     
    instance.Subject = value
     
    value = instance.Subject
    [DefaultValue("")]
    public string Subject {get; set;}

    Property Value

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