ActiveReports Developer 7
VisibleBounds Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > Printer Class : VisibleBounds Property

Glossary Item Box

Gets the printable area of the page for the printer. 

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property VisibleBounds As RectangleF
C# 
public RectangleF VisibleBounds {get;}

See Also