Vcl.Imaging.pngimage.TPngImage.Header

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property Header: TChunkIHDR read GetHeader;

C++

__property TChunkIHDR* Header = {read=GetHeader};

Properties

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

Description

Specifies the header of the png image.

Use the Header property to access the header object of the png image. The header object returned by this property contains useful information necessary for manipulating the png image metadata. We recommend that you do not use the Header property.

See Also