Spread for ASP.NET 9.0 Product Documentation
PageBreak Property (PrintEventArgs)


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

PrintEventArgs Class
PrintEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.