Gets the list of page images representing the document, or null if the document is a C1Preview.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static IList GetPages(
	Object document,
	out int pageCount
)
Visual Basic
Public Shared Function GetPages ( _
	document As Object, _
	<OutAttribute> ByRef pageCount As Integer _
) As IList

Parameters

document
Type: System..::..Object
The export document.
pageCount
Type: System..::..Int32%
Out: the page count.

Return Value

The list of page metafiles or null.

See Also