.NET Framework Class Library

ConverterBeginPageEventArgs.SkipPage Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > ConverterBeginPageEventArgs Class > ConverterBeginPageEventArgs Properties >

.NET Framework Class Library

ConverterBeginPageEventArgs.SkipPage Property

Gets or sets whether conversion of the current page should be stop and the conversion of the next page should be proceeded to.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Property SkipPage As Boolean
 Get
 Set

C#

public bool SkipPage { getset; }

Visual C++

public:
property bool SkipPage {
 bool get ();
 void set (bool value);
}

See Also

ConverterBeginPageEventArgs Class

ConverterBeginPageEventArgs Members

Gnostice.Converter Namespace