LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

BlankPageDetectorCommandFlags Enumeration






Flags that determine the behavior of blank page detection process.

.NET support WinRT support Silverlight support
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  
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags = function() { };
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class BlankPageDetectorCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
DetectEmptyPageA blank page must be totally blank.
DetectLinedPageA blank page can have lines.
DetectNoisyPageA blank page may have some noise.
DontDetectLinedPageA blank page cannot have lines.
DontIgnoreBleedThroughA blank page cannot have bleed-through on the page.
DontUseActiveAreaDo not ignore blank space around the page edges.
IgnoreBleedThroughA blank page can have bleed-through on the page.
UseActiveAreaIgnore blank space around the page edges.
UseDefaultMarginsUse default margins, which are computed automatically based on the page dimensions.
UseUserMarginsUse 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.