←Select platform

BlankPageDetectorCommandFlags Enumeration

Summary

Flags that determine the behavior of the blank page detection process.

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum BlankPageDetectorCommandFlags   
<FlagsAttribute()> 
Public Enum BlankPageDetectorCommandFlags     
typedef NS_OPTIONS(NSUInteger, LTBlankPageDetectorCommandFlags) 
public enum BlankPageDetectorCommandFlags 
[FlagsAttribute()] 
public enum class BlankPageDetectorCommandFlags   

Members
ValueMemberDescription
0x00000000DetectEmptyPage A blank page must be totally blank. This member is being deprecated in Version 20.
0x00000000DontDetectLinedPage A blank page cannot have lines. This member is being deprecated in Version 20.
0x00000000DontUseActiveArea Do not ignore blank space around the page's edges. This member is being deprecated in Version 20.
0x00000000DontUseBleedThrough A blank page cannot have bleed-through on the page. This member is being deprecated in Version 20.
0x00000000None None.
0x00000000UseDefaultMargins Use the default margins, which are computed automatically based on the page's dimensions. This member is being deprecated in Version 20.
0x00000001DetectNoisyPage A blank page can have some noise.
0x00000010UseBleedThrough A blank page can have bleed-through on the page.
0x00000100DetectLinedPage A blank page can have lines.
0x00001000UseActiveArea Ignore any blank space around the page's edges.
0x00010000UseUserMargins Use the user-specified margins.
0x00000000UsePixels Use the Pixel as the unit of measure to specify user-margins.
0x00400000UseInches Use the Inch as the unit of measure to specify user-margins.
0x00800000UseCentimeters Use the Centimeter as the unit of measure to specify user-margins.
0x00100000UseAdvanced Analyze both text and non-text content in the image.
0x01000000DetectTextOnly Ignore all non-text content in the image.

Remarks

Use a bitwise OR (¦) to specify one or more flags.

Deprecated BlankPageDetectorCommandFlags Members

The following members are being deprecated in Version 20. They will be removed from the toolkits, effective with LEADTOOLS version 21.

  • DetectEmptyPage
  • DontUseBleedThrough
  • DontDetectLinedPage
  • DontUseActiveArea
  • UseDefaultMargins

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly