ContinueSlicing property (ILEADRasterProcess)
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: |
|
|