Aspose::Pdf::Generator::BoundsCheckMode enum

BoundsCheckMode enum

Specifies the behavior for bounds checking when adding items to a collection.

enum class BoundsCheckMode

Values

NameValueDescription
Default0Default behavior: Add items without bounds checking.
ThrowExceptionIfDoesNotFit1Throw BoundsNotFitException if an item doesn’t fit within the given container dimensions (inclusive).

See Also