TPNGImage help

TPNGImage

Components > TPNGObject > Properties > InterlaceMethod


Returns the interlacing method to use when saving the image.

type
TInterlaceMethod = (imNone, imAdam7);
property InterlaceMethod: TInterlaceMethod;

Description

This property returns/sets the interlace method to use when saving an image. Currently there are only two: none and Adam 7. Also, after an image is loaded, this property receives the interlace method used by this image. Read bout interlacing.