Determines how many pages are there in a Visio diagram.
(
a feature of FlowChartX Pro edition)
SyntaxVB6
Copy Code
|
|---|
Public Function GetPageCount( _ |
C++
Copy Code
|
|---|
public: |
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