Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPageMultiDoc Class / PreviewPageMultiDoc Constructor
The page owner document.
The page index.
Smoothing mode to use when drawing the page.
The horizontal resolution.
The vertical resolution.

In This Topic
    PreviewPageMultiDoc Constructor
    In This Topic
    Initializes a new instance of the PreviewPageMultiDoc class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal doc As C1MultiDocument, _
       ByVal pageIdx As Integer, _
       ByVal smoothingMode As SmoothingMode, _
       ByVal dpiX As Single, _
       ByVal dpiY As Single _
    )
    public PreviewPageMultiDoc( 
       C1MultiDocument doc,
       int pageIdx,
       SmoothingMode smoothingMode,
       float dpiX,
       float dpiY
    )

    Parameters

    doc
    The page owner document.
    pageIdx
    The page index.
    smoothingMode
    Smoothing mode to use when drawing the page.
    dpiX
    The horizontal resolution.
    dpiY
    The vertical resolution.
    See Also