.NET Framework Class Library
NeutralFormat.PageSize.DpiY Property

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > NeutralFormat.PageSize Class > NeutralFormat.PageSize Properties >

.NET Framework Class Library
NeutralFormat.PageSize.DpiY Property

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Property DpiY As Integer

 Get
 Set

C#

public int DpiY { getset; }

Visual C++

public:

property int DpiY {
 int get ();
 void set (int value);
}

JavaScript

function get_dpiY();

function set_dpiY(value);

See Also

NeutralFormat.PageSize Class

NeutralFormat.PageSize Members

MwPDMApi Namespace