ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ExportUtil Class / GetPages Method
The export document.
Out: the page count.

In This Topic
    GetPages Method
    In This Topic
    Gets the list of page images representing the document, or null if the document is a C1Preview.
    Syntax
    'Declaration
     
    Public Shared Function GetPages( _
       ByVal document As System.Object, _
       ByRef pageCount As System.Integer _
    ) As System.Collections.IList
    public static System.Collections.IList GetPages( 
       System.object document,
       out System.int pageCount
    )

    Parameters

    document
    The export document.
    pageCount
    Out: the page count.

    Return Value

    The list of page metafiles or null.
    See Also