public final class BoundsCheckMode
extends com.aspose.ms.System.Enum
Specifies the behavior for bounds checking when adding items to a collection.
Modifier and Type | Field and Description |
---|---|
static int |
Default
Default behavior: Add items without bounds checking.
|
static int |
ThrowExceptionIfDoesNotFit
Throw BoundsNotFitException if an item doesn't fit within the given container dimensions (inclusive).
|
public static final int Default
Default behavior: Add items without bounds checking.
public static final int ThrowExceptionIfDoesNotFit
Throw BoundsNotFitException if an item doesn't fit within the given container dimensions (inclusive).
Copyright © 2025 Aspose. All Rights Reserved.