.NET Framework Class Library

Page.PageWidth Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Page Class > Page Properties >

.NET Framework Class Library

Page.PageWidth Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property PageWidth As Single
 Get
 Set

C#

public float PageWidth { getset; }

Visual C++

public:
virtual property float PageWidth {
 float get () sealed;
 void set (float valuesealed;
}

Implements

IPage.PageWidth

See Also

Page Class

Page Members

Gnostice.Core.DOM Namespace