Flags that determine the behavior of blank page detection process.
Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum BlankPageDetectorCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BlankPageDetectorCommandFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum BlankPageDetectorCommandFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class BlankPageDetectorCommandFlags : public System.Enum, IComparable, IConvertible, 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. |
You can use a bitwise OR (|) to specify one or more flags.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.BlankPageDetectorCommandFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code