Gets the number of pages created by the most recent call to the Export method.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public int GetPageCount () |
Visual Basic
Copy Code
|
|---|
Public Function GetPageCount () As Integer |
The number of pages in the last exported PDF, or 0.
See Also