.NET Framework Class Library
NeutralFormat.PageSize.DpiX Property

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > NeutralFormat.PageSize Class > NeutralFormat.PageSize Properties >

.NET Framework Class Library
NeutralFormat.PageSize.DpiX Property

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

Syntax

Visual Basic

Public Property DpiX As Integer

Get
Set

C#

public int DpiX { get; set; }

Visual C++

public:

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

JavaScript

function get_dpiX();

function set_dpiX(value);

See Also

NeutralFormat.PageSize Class

NeutralFormat.PageSize Members

MwPDMApi Namespace