ActiveReports.Viewer3 Request technical support
VisibleBounds Property
See Also 


Gets the printable area of the page for the printer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property VisibleBounds As RectangleF
Visual Basic (Usage)Copy Code
Dim instance As Printer
Dim value As RectangleF
 
value = instance.VisibleBounds
C# 
public RectangleF VisibleBounds {get;}

See Also