Imports a single page from the specified Visio document.
(
a feature of FlowChartX Pro edition)
SyntaxVB6
Copy Code
|
|---|
Public Function ImportPage( _ |
C++
Copy Code
|
|---|
public: |
A full path to the Visio VDX file.
Reference to the FlowChart document into which the Visio data is imported.
Specifies which page of the Visio document to import.
RemarksThe page index is zero based. Use GetPageCount to determine how many pages are there in the Visio diagram.
See Also