.NET Framework Class Library
ConverterBeginPageEventArgs.SkipDocument Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > ConverterBeginPageEventArgs Class > ConverterBeginPageEventArgs Properties > ConverterBeginPageEventArgs.SkipDocument Property |
Gets or sets whether conversion of the current document should be stopped and the conversion of the next document should be proceeded to.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public Property SkipDocument As Boolean |
C# |
public bool SkipDocument { get; set; } |
Visual C++ |
public: |
ConverterBeginPageEventArgs Class