Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentLocation Class / DocumentLocation Constructor / DocumentLocation Constructor(Int32,Int32,RectangleD,UnitTypeEnum,Single)
The logical page number.
The 0-based page index.
The bounds on page (specified in units).
The units used to specify bounds.
The resolution if units is pixels.

In This Topic
    DocumentLocation Constructor(Int32,Int32,RectangleD,UnitTypeEnum,Single)
    In This Topic
    Initializes a new instance of the DocumentLocation class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageNo As Integer, _
       ByVal pageIndex As Integer, _
       ByVal bounds As RectangleD, _
       ByVal units As UnitTypeEnum, _
       ByVal dpi As Single _
    )
    public DocumentLocation( 
       int pageNo,
       int pageIndex,
       RectangleD bounds,
       UnitTypeEnum units,
       float dpi
    )

    Parameters

    pageNo
    The logical page number.
    pageIndex
    The 0-based page index.
    bounds
    The bounds on page (specified in units).
    units
    The units used to specify bounds.
    dpi
    The resolution if units is pixels.
    See Also