Search
VisioImporter.GetPageCount Method
See Also
 



Determines how many pages are there in a Visio diagram.

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code

Public Function GetPageCount( _
    ByVal vdxPathName As String _
) As Long

C++  Copy Code

public:
int GetPageCount (
    BSTR vdxPathName
)

 Parameters

vdxPathName

A full path to the Visio VDX file.

 Return Value

An integer value specifying the number of pages in the Visio diagram.

 Remarks

Use this method to determine the valid range of pages for ImportPage.

 See Also