SavePage property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int SavePage

Delphi Syntax

SavePage : Integer

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

Topics:

Raster Images: Saving Files

 

Raster Images: Getting and Setting File Information