Aspose::Pdf::BoundsCheckableList::UpdateBoundsCheckMode method
BoundsCheckableList::UpdateBoundsCheckMode(BoundsCheckMode) method
Updates boundsCheckMode parameter for initialized collection.
void Aspose::Pdf::BoundsCheckableList<T>::UpdateBoundsCheckMode(BoundsCheckMode boundsCheckMode)
| Parameter | Type | Description |
|---|---|---|
| boundsCheckMode | BoundsCheckMode | The bounds check mode. |
See Also
- Enum BoundsCheckMode
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
BoundsCheckableList::UpdateBoundsCheckMode(BoundsCheckMode, double, double) method
Updates boundsCheckMode parameter for initialized collection.
void Aspose::Pdf::BoundsCheckableList<T>::UpdateBoundsCheckMode(BoundsCheckMode boundsCheckMode, double containerWidth, double containerHeight)
| Parameter | Type | Description |
|---|---|---|
| boundsCheckMode | BoundsCheckMode | The bounds check mode. |
| containerWidth | double | The container width. |
| containerHeight | double | The container height. |
See Also
- Enum BoundsCheckMode
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++