.NET Framework Class Library

IPage.Draw Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

IPage.Draw Method

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Sub Draw ( _
 g As IGraphicsSurface, _
 Optional cancellationToken As Nullable(Of CancellationToken) = Nothing, _
 Optional renderFormFields As Boolean = True, _
 Optional annotationsInteractiveMode As Boolean = False, _
 Optional annotsToExclude As Integer = 0, _
 Optional isBackgroundRendering As Boolean = False, _
 Optional isForPrinting As Boolean = False _
)

C#

void Draw(
 IGraphicsSurface g,
 Nullable<CancellationTokencancellationToken = null,
 bool renderFormFields = true,
 bool annotationsInteractiveMode = false,
 int annotsToExclude = 0,
 bool isBackgroundRendering = false,
 bool isForPrinting = false
)

Visual C++

void Draw(
 IGraphicsSurfaceg,
 Nullable<CancellationTokencancellationToken = nullptr,
 bool renderFormFields = true,
 bool annotationsInteractiveMode = false,
 int annotsToExclude = 0,
 bool isBackgroundRendering = false,
 bool isForPrinting = false
)

Parameters

g

Type: Gnostice.Core.Graphics.IGraphicsSurface

cancellationToken (Optional)

Type: System.Nullable(CancellationToken)

renderFormFields (Optional)

Type: System.Boolean

annotationsInteractiveMode (Optional)

Type: System.Boolean

annotsToExclude (Optional)

Type: System.Int32

isBackgroundRendering (Optional)

Type: System.Boolean

isForPrinting (Optional)

Type: System.Boolean

See Also

IPage Interface

IPage Members

Gnostice.Core.DOM Namespace