←Select platform

BlankPageDetectorCommandFlags Enumeration

Summary

Flags that determine the behavior of blank page detection process.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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

ValueMemberDescription
0x00000000DetectEmptyPage A blank page must be totally blank.
0x00000000DontDetectLinedPage A blank page cannot have lines.
0x00000000DontUseActiveArea Do not ignore blank space around the page edges.
0x00000000DontUseBleedThrough A blank page cannot have bleed-through on the page.
0x00000000None None.
0x00000000UseDefaultMargins Use default margins, which are computed automatically based on the page dimensions.
0x00000001DetectNoisyPage A blank page may have some noise.
0x00000010UseBleedThrough A blank page can have bleed-through on the page.
0x00000100DetectLinedPage A blank page can have lines.
0x00001000UseActiveArea Ignore blank space around the page edges.
0x00010000UseUserMargins Use the user-specified margins.
Remarks

You can use a bitwise OR ( ¦ ) to specify one or more flags.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly