• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/FileUploader/Configuration.php
  • Класс: BitrixUIFileUploaderConfiguration
  • Вызов: Configuration::setImageMaxHeight
public function setImageMaxHeight(int $imageMaxHeight): self
{
	$this->imageMaxHeight = $imageMaxHeight;

	return $this;
}