Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintEventArgs Class / PageBreak Property


In This Topic
    PageBreak Property (PrintEventArgs)
    In This Topic
    Gets or sets whether to include a page break.
    Syntax
    'Declaration
     
    
    Public Property PageBreak As Boolean
    'Usage
     
    
    Dim instance As PrintEventArgs
    Dim value As Boolean
     
    instance.PageBreak = value
     
    value = instance.PageBreak
    public bool PageBreak {get; set;}

    Property Value

    true for a page break; false otherwise
    See Also