Search
VisioImporter.ImportPage Method
See Also
 



Imports a single page from the specified Visio document.

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code

Public Function ImportPage( _
    ByVal vdxPathName As String, _
    ByVal flowChartDoc As Object, _
    ByVal PageIndex As Long _
) As Object

C++  Copy Code

public:
IDispatch* ImportPage (
    BSTR vdxPathName,
    IDispatch* flowChartDoc,
    int PageIndex
)

 Parameters

vdxPathName

A full path to the Visio VDX file.

flowChartDoc

Reference to the FlowChart document into which the Visio data is imported.

PageIndex

Specifies which page of the Visio document to import.

 Return Value

 Remarks

The page index is zero based. Use GetPageCount to determine how many pages are there in the Visio diagram.

 See Also