Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / ShowSubtitle Property
Example


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