ContinueSlicing property (ILEADRasterProcess)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL ContinueSlicing;

Overview

Refer to Examining and Altering Bitmaps

Remarks

(Raster Pro and above toolkits) If this property is set to VARIANT_TRUE during the OnSliceBitmap Event, the slicing operation will continue. If you wish to stop the slicing operation, set this property to false in the OnSliceBitmap event. The default value is VARIANT_TRUE. Possible values are:

Setting

Description

VARIANT_TRUE

Continue the slicing operation.

VARIANT_FALSE

Stop the slicing operation.

See Also

Elements:

OnSliceBitmap Event, Slice method, SliceDeskewAngle property.

Topics:

Raster Images: Creating and Maintaining Lists of Images

 

Raster Images: Creating and Using a Region