See Also Examples Applies To
Removes automatically the black borders of the native image.
Syntax
object.CropBlackBands (nConfidence, nUncheckedLines)
The CropBlackBands syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nConfidence | Optional. Long. Default value is 100. Confidence threshold in percentage. |
| nUncheckedLines | Optional. Long. Default value is 0. It is the number of lines of pixel which the filter must bypass. |
Returns
Remarks
WARNING: If success this method changes the native image ID. Use the GetnativeImage() method to catch the new native image ID.
Category
Crop & Auto Border Removal