.NET Framework Class Library

Page.Orientation 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.Orientation Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property Orientation As Orientation
 Get
 Protected Set

C#

public Orientation Orientation { getprotected set; }

Visual C++

public:
virtual property Orientation Orientation {
 Orientation get () sealed;
 protectedvoid set (Orientation valuesealed;
}

Implements

IPage.Orientation

See Also

Page Class

Page Members

Gnostice.Core.DOM Namespace