.NET Framework Class Library
NeutralFormat.MDGetPageCount Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > NeutralFormat Class > NeutralFormat Methods > .NET Framework Class Library |
Returns the number of pages of the Master Drawing identified with the handler mdid.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function MDGetPageCount ( _ mdid As Integer _ |
C# |
|---|
public int MDGetPageCount( int mdid |
Visual C++ |
|---|
public: int MDGetPageCount( |
JavaScript |
|---|
function mdGetPageCount(mdid); |
Parameters
mdid
Type: System.Int32
Master Drawing handler
Return Value
number of pages
See Also