C#
VB
Java
Objective-C
WinRT C#
C++
Flags that determine the behavior of blank page detection process.
[FlagsAttribute()]
public enum BlankPageDetectorCommandFlags
<FlagsAttribute()>
Public Enum BlankPageDetectorCommandFlags
[FlagsAttribute()]
public enum BlankPageDetectorCommandFlags
typedef NS_OPTIONS(NSUInteger, LTBlankPageDetectorCommandFlags)
public enum BlankPageDetectorCommandFlags
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags = function() { };
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags.prototype = {<br/>
DetectEmptyPage = 0x00000000,
DontDetectLinedPage = 0x00000000,
DontUseActiveArea = 0x00000000,
DontUseBleedThrough = 0x00000000,
None = 0x00000000,
UseDefaultMargins = 0x00000000,
DetectNoisyPage = 0x00000001,
UseBleedThrough = 0x00000010,
DetectLinedPage = 0x00000100,
UseActiveArea = 0x00001000,
UseUserMargins = 0x00010000,
};
[FlagsAttribute()]
public enum class BlankPageDetectorCommandFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | DetectEmptyPage | A blank page must be totally blank. |
0x00000000 | DontDetectLinedPage | A blank page cannot have lines. |
0x00000000 | DontUseActiveArea | Do not ignore blank space around the page edges. |
0x00000000 | DontUseBleedThrough | A blank page cannot have bleed-through on the page. |
0x00000000 | None | None. |
0x00000000 | UseDefaultMargins | Use default margins, which are computed automatically based on the page dimensions. |
0x00000001 | DetectNoisyPage | A blank page may have some noise. |
0x00000010 | UseBleedThrough | A blank page can have bleed-through on the page. |
0x00000100 | DetectLinedPage | A blank page can have lines. |
0x00001000 | UseActiveArea | Ignore blank space around the page edges. |
0x00010000 | UseUserMargins | Use the user-specified margins. |
You can use a bitwise OR ( ¦ ) to specify one or more flags.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET