Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowSubtitle Property


In This Topic
    ShowSubtitle Property
    In This Topic
    Gets or sets whether to print the subtitle.
    Syntax
    'Declaration
     
    
    Public Property ShowSubtitle As PrintTitle
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PrintTitle
     
    instance.ShowSubtitle = value
     
    value = instance.ShowSubtitle
    public PrintTitle ShowSubtitle {get; set;}
    See Also