ActiveReports.Viewer3 Request technical support
Size Property
See Also 


Returns a SizeF structure with the height and width of the page, in inches.

Syntax

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

Return Value

A SizeF value specifying the height and width in inches.

See Also