TPNGImage help

PNG Delphi

Components > TPNGObject > Properties > Version


Returns/Sets the current library version.

property
Version: String;

Description

This property is intended to integrate windows internal palette handle with the component. This only works with COLOR_PALETTE modes (see TChunkIHDR ColorType property).
It returns a HPalette structure with the image color palette and when set replaces the current image palette.

 


Components > TPNGObject > Properties > Version


Returns the current version of the library.

property
Version: String;

Description

This returns the current library version in "Major.Minor" format, for instance "1.53".