Leadtools.ImageProcessing.Core Namespace : BlankPageDetectorCommandFlags Enumeration |
[FlagsAttribute()] public enum BlankPageDetectorCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum BlankPageDetectorCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BlankPageDetectorCommandFlags
[FlagsAttribute()] public enum BlankPageDetectorCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags = function() { }; Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class BlankPageDetectorCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
DetectEmptyPage | A blank page must be totally blank. |
DetectLinedPage | A blank page can have lines. |
DetectNoisyPage | A blank page may have some noise. |
DontDetectLinedPage | A blank page cannot have lines. |
DontIgnoreBleedThrough | A blank page cannot have bleed-through on the page. |
DontUseActiveArea | Do not ignore blank space around the page edges. |
IgnoreBleedThrough | A blank page can have bleed-through on the page. |
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. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags
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