←Select platform

BlankPageDetectorCommandFlags Enumeration

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

Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum BlankPageDetectorCommandFlags   
typedef NS_OPTIONS(NSUInteger, LTBlankPageDetectorCommandFlags) 
public final class BlankPageDetectorCommandFlags 
    extends java.lang.Enum<BlankPageDetectorCommandFlags> 
[FlagsAttribute()] 
public enum class BlankPageDetectorCommandFlags   
class BlankPageDetectorCommandFlags(Enum): 
   UsePixels = 0 
   UsePixels = 0 
   None, DetectNoisyPage = 1 
   None, UseBleedThrough = 16 
   None, DetectLinedPage = 256 
   None, UseActiveArea = 4096 
   None, UseUserMargins = 65536 
   None, UseAdvanced = 1048576 
   None, UseInches = 4194304 
   None, UseCentimeters = 8388608 
   None, DetectTextOnly = 16777216 
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. This is the default search area.
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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