.NET Framework Class Library

IDocument.UpdatePage Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Methods >

.NET Framework Class Library

IDocument.UpdatePage Method

Request the engine to load the specified page if it has been disposed.

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Sub UpdatePage ( _
 pageNum As Integer _
)

C#

void UpdatePage(
 int pageNum
)

Visual C++

void UpdatePage(
 int pageNum
)

Parameters

pageNum

Type: System.Int32

See Also

IDocument Interface

IDocument Members

Gnostice.Core.DOM Namespace