Search
PdfExporter.GetPageCount Method
See Also
 






Gets the number of pages created by the most recent call to the Export method.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public int GetPageCount ()

Visual Basic  Copy Code

Public Function GetPageCount () As Integer

 Return Value

The number of pages in the last exported PDF, or 0.

 See Also