Aspose::Pdf::Generator::IBoundsCheckableItem::CheckBounds method

IBoundsCheckableItem::CheckBounds method

Checks if the item fits within the given container dimensions (inclusive).

virtual bool Aspose::Pdf::Generator::IBoundsCheckableItem::CheckBounds(double containerWidth, double containerHeight)=0
ParameterTypeDescription
containerWidthdoubleWidth of the container.
containerHeightdoubleHeight of the container.

ReturnValue

True if fits; otherwise, false.

See Also