ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / MarginsInPoints Method
The page scale.
The dpi X value.
the dpi Y value.

In This Topic
    MarginsInPoints 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 MarginsInPoints( _
       ByVal pageScale As Single, _
       ByVal dpiX As Single, _
       ByVal dpiY As Single _
    ) As Border.BorderMargins
    public Border.BorderMargins MarginsInPoints( 
       float pageScale,
       float dpiX,
       float dpiY
    )

    Parameters

    pageScale
    The page scale.
    dpiX
    The dpi X value.
    dpiY
    the dpi Y 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