.NET Framework Class Library

IDocument.DisposePage 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.DisposePage Method

Request the engine to dispose the specified page thereby freeing resources used by it.

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Sub DisposePage ( _
 pageNum As Integer _
)

C#

void DisposePage(
 int pageNum
)

Visual C++

void DisposePage(
 int pageNum
)

Parameters

pageNum

Type: System.Int32

See Also

IDocument Interface

IDocument Members

Gnostice.Core.DOM Namespace