Determines how many pages are there in a Visio diagram.
Namespace: MindFusion.Diagramming.Import
Assembly: MindFusion.Diagramming.Import.Visio
SyntaxC#
Copy Code
|
|---|
public long GetPageCount ( |
Visual Basic
Copy Code
|
|---|
Public Function GetPageCount( _ |
A full path to the Visio VDX file.
An integer value specifying the number of pages in the Visio diagram.
RemarksUse this method to determine the valid range of pages for ImportPage.
See Also