Overview
BoundsCheckMode is a enum in Aspose.PDF FOSS for Java.
Specifies how bounds checking is performed when shapes are added to a collection.
This enumeration defines 2 values: Default, ThrowExceptionIfDoesNotFit.
Values
| Value | Description |
|---|
Default | |
ThrowExceptionIfDoesNotFit | |
See Also