ActiveReports.Viewer3 Request technical support
CalcSize Method
See Also 


Calculates the size of the specified PlaceHolder, in inches.

Syntax

Visual Basic (Declaration) 
Overrides Public Function CalcSize() As Size
Visual Basic (Usage)Copy Code
Dim instance As PlaceHolder
Dim value As Size
 
value = instance.CalcSize()
C# 
public override Size CalcSize()

Return Value

System.Drawing.Size in inches.

See Also