Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

BlankPageDetectorCommandFlags Enumeration








Flags that determine the behavior of blank page detection process.

Syntax
[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  
Members
ValueMemberDescription
0x00000000DetectEmptyPage A blank page must be totally blank.
0x00000000DontDetectLinedPage A blank page cannot have lines.
0x00000000DontUseActiveArea Do not ignore blank space around the page edges.
0x00000000DontUseBleedThrough A blank page cannot have bleed-through on the page.
0x00000000None None.
0x00000000UseDefaultMargins Use default margins, which are computed automatically based on the page dimensions.
0x00000001DetectNoisyPage A blank page may have some noise.
0x00000010UseBleedThrough A blank page can have bleed-through on the page.
0x00000100DetectLinedPage A blank page can have lines.
0x00001000UseActiveArea Ignore blank space around the page edges.
0x00010000UseUserMargins 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

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

Error processing SSI file