Search
VisioImporter.GetPageCount Method
See Also
 





Determines how many pages are there in a Visio diagram.

Namespace: MindFusion.Diagramming.Import
Package: MindFusion.Diagramming.Import.Visio

 Syntax

C#  Copy Code

public long GetPageCount (
    string vdxPathName
)

Visual Basic  Copy Code

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

 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