.NET Framework Class Library

Page Constructor (Single, Single, PageMargins)

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

Page Constructor (Single, Single, PageMargins)

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Protected Sub New ( _
 width As Single, _
 height As Single, _
 pageMargin As PageMargins _
)

C#

protected Page(
 float width,
 float height,
 PageMargins pageMargin
)

Visual C++

protected:
Page(
 float width,
 float height,
 PageMarginspageMargin
)

Parameters

width

Type: System.Single

height

Type: System.Single

pageMargin

Type: Gnostice.Core.DOM.PageMargins

See Also

Page Class

Page Members

Page Overload

Gnostice.Core.DOM Namespace