ImageEn, unit iexClasses
TIETIFFHandler.GetPageBitmap
TIETIFFHandler
.GetPageBitmap
Declaration
procedure GetPageBitmap(Dest: TObject; Page: integer);
Description
Output a page of the TIFF to a
TIEBitmap
or TBitmap.
Example
Tiff.GetPageBitmap( ImageEnView1.IEBitmap, TiffPageIndex );