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