[]
        
(Showing Draft Content)

C1.C1Preview.Export.ExportUtil.GetPages

GetPages Method

GetPages(object, out int)

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

Declaration
public static IList GetPages(object document, out int pageCount)
Public Shared Function GetPages(document As Object, ByRef pageCount As Integer) As IList
Parameters
Type Name Description
object document

The export document.

int pageCount

Out: the page count.

Returns
Type Description
IList

The list of page metafiles or null.