Initializes a new BlankPageDetectorCommand with explicit parameters.
public BlankPageDetectorCommand(
BlankPageDetectorCommandFlags flags,
int LeftMargin,
int TopMargin,
int RightMargin,
int BottomMargin
)
Public Function New( _
ByVal flags As BlankPageDetectorCommandFlags, _
ByVal LeftMargin As Integer, _
ByVal TopMargin As Integer, _
ByVal RightMargin As Integer, _
ByVal BottomMargin As Integer _
)
- (instancetype)initWithFlags:(LTBlankPageDetectorCommandFlags)flags
leftMargin:(NSUInteger)leftMargin
topMargin:(NSUInteger)topMargin
rightMargin:(NSUInteger)rightMargin
bottomMargin:(NSUInteger)bottomMargin
public BlankPageDetectorCommand(
int flags,
int LeftMargin,
int TopMargin,
int RightMargin,
int BottomMargin
)
public:
BlankPageDetectorCommand(
BlankPageDetectorCommandFlags flags,
int LeftMargin,
int TopMargin,
int RightMargin,
int BottomMargin
)
flags
Flag that determines the behavior of the blank page detection process.
LeftMargin
Number of units to exclude from the left of the image.
TopMargin
Number of units to exclude from the top of the image.
RightMargin
Number of units to exclude from the right of the image.
BottomMargin
Number of units to exclude from the bottom of the image.
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