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


In This Topic
    DisplayDocTitle Property
    In This Topic
    Gets or sets a value that indicates whether the window's title bar should display the title specified for the PDF file.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property DisplayDocTitle As Boolean
    'Usage
     
    Dim instance As PdfExportSettings
    Dim value As Boolean
     
    instance.DisplayDocTitle = value
     
    value = instance.DisplayDocTitle
    [DefaultValue(false)]
    public bool DisplayDocTitle {get; set;}

    Property Value

    true if the window's title bar displays the title specified for the PDF file; otherwise, false. The default value is false, which means the window's title bar displays the PDF file name.
    Remarks
    This property sets a flag that specifies whether the window’s title bar should display the document title taken from the Title entry of the document information dictionary. Set the title by setting the Title property. If the DisplayDocTitle property is false, the title bar displays the name of the PDF file instead.
    See Also