.NET Framework Class Library

ConverterEndPageEventArgs.SkipDocument Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ConverterEndPageEventArgs.SkipDocument Property

Gets or sets whether conversion of the current document needs to be abandoned.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Property SkipDocument As Boolean
 Get
 Set

C#

public bool SkipDocument { getset; }

Visual C++

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

See Also

ConverterEndPageEventArgs Class

ConverterEndPageEventArgs Members

Gnostice.Converter Namespace