.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
NeutralFormat.MDGetPageSize Method

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, _
pageNo As Integer _
) As NeutralFormat.PageSize

C#

public NeutralFormat.PageSize MDGetPageSize(

int mdid,
int pageNo
)

Visual C++

public:

NeutralFormat.PageSize^ MDGetPageSize(
int mdid,
int pageNo
)

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

NeutralFormat Class

NeutralFormat Members

MwPDMApi Namespace