Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BlankPageDetectorCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : BlankPageDetectorCommandFlags Enumeration



Flags that determine the behavior of blank page detection process.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum BlankPageDetectorCommandFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BlankPageDetectorCommandFlags
C# 
[FlagsAttribute()]
public enum BlankPageDetectorCommandFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class BlankPageDetectorCommandFlags : public Enum 

Members

MemberDescription
DetectEmptyPage A blank page must be totally blank.
DetectNoisyPage A blank page may have some noise.
DontIgnoreBleedThrough A blank page cannot have bleed-through on the page.
IgnoreBleedThrough A blank page can have bleed-through on the page.
DontDetectLinedPage A blank page cannot have lines.
DetectLinedPage A blank page can have lines.
DontUseActiveArea Do not ignore blank space around the page edges.
UseActiveArea Ignore blank space around the page edges.
UseDefaultMargins Use default margins, which are computed automatically based on the page dimensions.
UseUserMargins Use 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also