.NET Framework Class Library
NeutralFormat.MDGetPageSize Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > NeutralFormat Class > NeutralFormat Methods > .NET Framework Class Library |
Returns the size of the specified page 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 MDGetPageSize ( _ mdid As Integer, _ |
C# |
|---|
public NeutralFormat.PageSize MDGetPageSize( int mdid, |
Visual C++ |
|---|
public: NeutralFormat.PageSize^ MDGetPageSize( |
JavaScript |
|---|
function mdGetPageSize(mdid, pageNo); |
Parameters
mdid
Type: System.Int32
Master Drawing handler
pageNo
Type: System.Int32
page number
Return Value
PageSize object containing Width, Height, DpiX and DpiY properties
Remarks
Multipage TIFF is still not supported for the Master Drawing Mode
See Also