|   |           Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27 | 
| 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
typedef NS_OPTIONS(NSUInteger, LTBlankPageDetectorCommandFlags)
public enum BlankPageDetectorCommandFlags
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags = function() { };
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags.prototype = {<br/>
  DetectEmptyPage = 0x00000000,
	DontDetectLinedPage = 0x00000000,
	DontUseActiveArea = 0x00000000,
	DontUseBleedThrough = 0x00000000,
	None = 0x00000000,
	UseDefaultMargins = 0x00000000,
	DetectNoisyPage = 0x00000001,
	UseBleedThrough = 0x00000010,
	DetectLinedPage = 0x00000100,
	UseActiveArea = 0x00001000,
	UseUserMargins = 0x00010000,
	
 };
            [FlagsAttribute()] public enum class BlankPageDetectorCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags