←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
0x00000000None None.
0x00000000UsePixels Use the Pixel as the unit of measure to specify user-margins.
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.
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.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.