ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / PageAsMetafile Method / PageAsMetafile(Int32,Boolean,SmoothingMode) Method
The page index (0-based).
A value indicating whether to render input (preview forms) controls.
The smoothing mode to use.

In This Topic
    PageAsMetafile(Int32,Boolean,SmoothingMode) Method
    In This Topic
    Gets a System.Drawing.Imaging.Metafile that represents the specified page.
    Syntax
    'Declaration
     
    Public Overloads Function PageAsMetafile( _
       ByVal pageIndex As System.Integer, _
       ByVal renderInputControls As System.Boolean, _
       ByVal smoothingMode As System.Drawing.Drawing2D.SmoothingMode _
    ) As System.Drawing.Imaging.Metafile
    public System.Drawing.Imaging.Metafile PageAsMetafile( 
       System.int pageIndex,
       System.bool renderInputControls,
       System.Drawing.Drawing2D.SmoothingMode smoothingMode
    )

    Parameters

    pageIndex
    The page index (0-based).
    renderInputControls
    A value indicating whether to render input (preview forms) controls.
    smoothingMode
    The smoothing mode to use.

    Return Value

    The System.Drawing.Imaging.Metafile representing the specified page, or null if index was invalid.
    See Also