ImageGear for .NET
SavePage(ImGearPage,Stream,Int32,ImGearSavingModes,ImGearSavingFormats,ImGearSaveOptions) Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats Namespace > ImGearFileFormats Class > SavePage Method : SavePage(ImGearPage,Stream,Int32,ImGearSavingModes,ImGearSavingFormats,ImGearSaveOptions) Method




page
ImageGear page to save.
stream
NET stream to write an image to.
pageNumber
Specifies page number in the image where to put a new page. New page can replace current page, or be inserted depending on the mode parameter.
mode
Specifies how new page should be saved to an image; replace page, insert page, append page, or overwrite the entire image.Any time SavePage is used with ImGearSavingModes.APPEND, the stream must be at the beginning of the file to be appended to.
saveFormat
The format to save new pages in. This is a combination of a file format and a compresison (e.g., TIFF-G4).
saveOptions
Additional saving options such as thumbnail dimensions.

Glossary Item Box

Saves page to an image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
ImageGear page to save.
stream
NET stream to write an image to.
pageNumber
Specifies page number in the image where to put a new page. New page can replace current page, or be inserted depending on the mode parameter.
mode
Specifies how new page should be saved to an image; replace page, insert page, append page, or overwrite the entire image.Any time SavePage is used with ImGearSavingModes.APPEND, the stream must be at the beginning of the file to be appended to.
saveFormat
The format to save new pages in. This is a combination of a file format and a compresison (e.g., TIFF-G4).
saveOptions
Additional saving options such as thumbnail dimensions.

Remarks

Both page pixel data and page metadata are saved by this method.

Note: Any time SavePage is used with ImGearSavingModes.APPEND, the stream must be at the beginning of the file to be appended to.

See Also

©2013. Accusoft Corporation. All Rights Reserved.