[FlagsAttribute()]
public enum BlankPageDetectorCommandFlags
typedef NS_OPTIONS(NSUInteger, LTBlankPageDetectorCommandFlags)
public final class BlankPageDetectorCommandFlags
extends java.lang.Enum<BlankPageDetectorCommandFlags>
[FlagsAttribute()]
public enum class BlankPageDetectorCommandFlags
class BlankPageDetectorCommandFlags(Enum):
UsePixels = 0
UsePixels = 0
None, DetectNoisyPage = 1
None, UseBleedThrough = 16
None, DetectLinedPage = 256
None, UseActiveArea = 4096
None, UseUserMargins = 65536
None, UseAdvanced = 1048576
None, UseInches = 4194304
None, UseCentimeters = 8388608
None, DetectTextOnly = 16777216
Value | Member | Description |
---|---|---|
0x00000000 | None | None. |
0x00000000 | UsePixels | Use the Pixel as the unit of measure to specify user-margins. |
0x00000001 | DetectNoisyPage | A blank page can have some noise. |
0x00000010 | UseBleedThrough | A blank page can have bleed-through on the page. |
0x00000100 | DetectLinedPage | A blank page can have lines. |
0x00001000 | UseActiveArea | Ignore any blank space around the page's edges. This is the default search area. |
0x00010000 | UseUserMargins | Use the user-specified margins. |
0x00400000 | UseInches | Use the Inch as the unit of measure to specify user-margins. |
0x00800000 | UseCentimeters | Use the Centimeter as the unit of measure to specify user-margins. |
0x00100000 | UseAdvanced | Analyze both text and non-text content in the image. |
0x01000000 | DetectTextOnly | Ignore all non-text content in the image. |
Use a bitwise OR ( | ) to specify one or more flags.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document