Vcl.Imaging.pngimage.EPNGHeaderNotPresent

From RAD Studio API Documentation
Jump to: navigation, search


System.SysUtils.ExceptionSystem.TObjectEPNGHeaderNotPresent

Delphi

EPNGHeaderNotPresent = class(Exception);

C++

class PASCALIMPLEMENTATION EPNGHeaderNotPresent : 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

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

EPNGHeaderNotPresent is the exception raised when the read png image file does not contain a required header.