Aspose::Pdf::BoundsCheckMode enum
BoundsCheckMode enum
Specifies the behavior for bounds checking when adding items to a collection.
enum class BoundsCheckMode
Values
Name | Value | Description |
---|---|---|
Default | 0 | Default behavior: Add items without bounds checking. |
ThrowExceptionIfDoesNotFit | 1 | Throw BoundsNotFitException if an item doesn’t fit within the given container dimensions (inclusive). |
See Also
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++