Vcl.Imaging.pngimage.TPngImage.InterlaceMethod

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property InterlaceMethod: TInterlaceMethod read fInterlaceMethod  write fInterlaceMethod;

C++

__property TInterlaceMethod InterlaceMethod = {read=fInterlaceMethod, write=fInterlaceMethod, nodefault};

Properties

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

Description

Specifies the interlace method of the png image.

Use the InterlaceMethod property to check or set the interlace method of the png image. The following table lists the possible values and their meaning.



Value Meaning

imNone

No interlacing is made for the png image.

imAdam7

The Adam7 algorithm is used for interlacing the png image.