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 Leadtools.Imageprocessing.Core.BlankPageDetectorCommandFlags, _
ByVal LeftMargin As Integer, _
ByVal TopMargin As Integer, _
ByVal RightMargin As Integer, _
ByVal BottomMargin As Integer _
)
public BlankPageDetectorCommand(
Leadtools.Imageprocessing.Core.BlankPageDetectorCommandFlags flags,
int LeftMargin,
int TopMargin,
int RightMargin,
int BottomMargin
)
- (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
)
function BlankPageDetectorCommand(
flags ,
LeftMargin ,
TopMargin ,
RightMargin ,
BottomMargin
)
public:
BlankPageDetectorCommand(
Leadtools.Imageprocessing.Core.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 pixels to exclude from the left of the image.
TopMargin
Number of pixels to exclude from the top of the image.
RightMargin
Number of pixels to exclude from the right of the image.
BottomMargin
Number of pixels to exclude from the bottom of the image.
Refer to BlankPageDetectorCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET