SavePage property (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short SavePage

Overview

Refer to Saving a Bitmap to a File.

Remarks

Represents a page number in a multipage file. This property is used only if the iModify parameter of the Save method is SAVE_REPLACE or SAVE_INSERT. If iModify is SAVE_REPLACE, SavePage represents the number of the page to replace (the first page is page 1). If iModify is SAVE_INSERT, SavePage represents the number of the page in front of which the new page will be inserted. For example, if SavePage is 1 and iModify is SAVE_INSERT, then the page you save will become the first page in the file.

See Also

Elements:

SaveTileHeight property, SaveTileWidth property

Topics:

Raster Images: Saving Files

 

Raster Images: Getting and Setting File Information