Flags that determine the behavior of blank page detection process.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BlankPageDetectorCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum BlankPageDetectorCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum BlankPageDetectorCommandFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class BlankPageDetectorCommandFlags : public Enum |
Member | Description |
---|---|
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. |
You can use a bitwise OR (|) to specify one or more flags.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags
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