Vcl.Imaging.pngimage.EPNGSizeExceeds

From RAD Studio API Documentation


EPNGSizeExceedsSystem.SysUtils.ExceptionSystem.TObject

Delphi

EPNGSizeExceeds = class(Exception);

C++

class PASCALIMPLEMENTATION EPNGSizeExceeds : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage Vcl.Imaging.pngimage

Description

EPNGSizeExceeds is the exception raised for an incorrect png image file.

EPNGSizeExceeds is the exception raised when the read png image file contains invalid image width and height. The width and the height of a png image must not exceed 65535 pixels.