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

In This Topic
    PreviewPageC1Doc Constructor
    In This Topic
    Initializes a new instance of the PreviewPageC1Doc class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal doc As C1PrintDocument, _
       ByVal pageIdx As Integer, _
       ByVal smoothingMode As SmoothingMode _
    )
    public PreviewPageC1Doc( 
       C1PrintDocument doc,
       int pageIdx,
       SmoothingMode smoothingMode
    )

    Parameters

    doc
    The page owner document.
    pageIdx
    The page index.
    smoothingMode
    Smoothing mode to use when drawing the page.
    See Also