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


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

    Property Value

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