LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

BlankPageDetectorCommandFlags Enumeration

Show in webframe







Flags that determine the behavior of blank page detection process.

Syntax
[FlagsAttribute()]
public enum BlankPageDetectorCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum BlankPageDetectorCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BlankPageDetectorCommandFlags
[FlagsAttribute()]
public enum BlankPageDetectorCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTBlankPageDetectorCommandFlags
public enum BlankPageDetectorCommandFlags
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags = function() { };
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags.prototype = {
DontIgnoreBleedThrough = 0x00000000, DontUseActiveArea = 0x00000000, UseDefaultMargins = 0x00000000, DontDetectLinedPage = 0x00000000, DetectEmptyPage = 0x00000000, DetectNoisyPage = 0x00000001, IgnoreBleedThrough = 0x00000010, DetectLinedPage = 0x00000100, UseActiveArea = 0x00001000, UseUserMargins = 0x00010000, };
[FlagsAttribute()]
public enum class BlankPageDetectorCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000DontIgnoreBleedThroughA blank page cannot have bleed-through on the page.
0x00000000DontUseActiveAreaDo not ignore blank space around the page edges.
0x00000000UseDefaultMarginsUse default margins, which are computed automatically based on the page dimensions.
0x00000000DontDetectLinedPageA blank page cannot have lines.
0x00000000DetectEmptyPageA blank page must be totally blank.
0x00000001DetectNoisyPageA blank page may have some noise.
0x00000010IgnoreBleedThroughA blank page can have bleed-through on the page.
0x00000100DetectLinedPageA blank page can have lines.
0x00001000UseActiveAreaIgnore blank space around the page edges.
0x00010000UseUserMarginsUse the user-specified margins.
Remarks
You can use a bitwise OR (|) to specify one or more flags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.