LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BlankPageDetectorCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : BlankPageDetectorCommandFlags Enumeration



Flags that determine the behavior of blank page detection process.

Supported in Silverlight, Windows Phone 7

Syntax

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

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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also