.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 > 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)
Visual Basic |
Public Property SkipDocument As Boolean |
C# |
public bool SkipDocument { get; set; } |
Visual C++ |
public: |
ConverterEndPageEventArgs Class