PageBreak Property (Rectangle)
In This Topic
Gets the
PageBreak object defining page break behavior for the current rectangle.
Null (default) means no page break.
Syntax
'Declaration
Public Property PageBreak As PageBreak
public PageBreak PageBreak {get; set;}
See Also