MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / GetMargins Method
The page scale value.

In This Topic
GetMargins Method
In This Topic
Returns a Border.BorderMargins object that contains the thickness of the top, left, right, and bottom edges of the drawn border.
Syntax
'Declaration
 
Public Function GetMargins( _
   ByVal pageScale As Single _
) As Border.BorderMargins
 

Parameters

pageScale
The page scale value.

Return Value

Returns the border margins.
Remarks
This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
See Also