Flags that determine the behavior of the blank page detection process.
[FlagsAttribute()]
public enum BlankPageDetectorCommandFlags
<FlagsAttribute()>
Public Enum BlankPageDetectorCommandFlags
typedef NS_OPTIONS(NSUInteger, LTBlankPageDetectorCommandFlags)
public enum BlankPageDetectorCommandFlags
[FlagsAttribute()]
public enum class BlankPageDetectorCommandFlags
Value | Member | Description |
---|---|---|
0x00000000 | DetectEmptyPage | A blank page must be totally blank. This member is being deprecated in Version 20. |
0x00000000 | DontDetectLinedPage | A blank page cannot have lines. This member is being deprecated in Version 20. |
0x00000000 | DontUseActiveArea | Do not ignore blank space around the page's edges. This member is being deprecated in Version 20. |
0x00000000 | DontUseBleedThrough | A blank page cannot have bleed-through on the page. This member is being deprecated in Version 20. |
0x00000000 | None | None. |
0x00000000 | UseDefaultMargins | Use the default margins, which are computed automatically based on the page's dimensions. This member is being deprecated in Version 20. |
0x00000001 | DetectNoisyPage | A blank page can 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 any blank space around the page's edges. |
0x00010000 | UseUserMargins | Use the user-specified margins. |
0x00000000 | UsePixels | Use the Pixel as the unit of measure to specify user-margins. |
0x00400000 | UseInches | Use the Inch as the unit of measure to specify user-margins. |
0x00800000 | UseCentimeters | Use the Centimeter as the unit of measure to specify user-margins. |
0x00100000 | UseAdvanced | Analyze both text and non-text content in the image. |
0x01000000 | DetectTextOnly | Ignore all non-text content in the image. |
Use a bitwise OR (¦) to specify one or more flags.
The following members are being deprecated in Version 20. They will be removed from the toolkits, effective with LEADTOOLS version 21.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document