Vcl.Imaging.pngimage.TPngImage.MaxIdatSize

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property MaxIdatSize: Integer read fMaxIdatSize write SetMaxIdatSize;

C++

__property int MaxIdatSize = {read=fMaxIdatSize, write=SetMaxIdatSize, nodefault};

Properties

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

Description

Specifies the maximal size of the image data chunk (IDAT).

Use the MaxIdatSize property to specify the maximal size of the image data chunk. We recommend that the MaxIdatSize property is not used in any application, since it controls volatile image information.

See Also