ImageGear for .NET
ImGearSavingModes Enumeration
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats Namespace : ImGearSavingModes Enumeration




Glossary Item Box

Lists all saving modes.

Syntax

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

Members

MemberValueDescription
APPEND1New pages are appended to existing image. Any time ImGearFileFormats.SavePage method is used with ImGearSavingModes.APPEND, the stream must be at the beginning of the file to be appended to.
INSERT2New pages are inserted into existing image.
OVERWRITE0A new image is created during saving. If old image exists, it is overwritten.
REPLACE3New pages replace existing pages in the image.

Remarks

This enumeration specifies available saving modes, such as overwrite image, insert page, etc.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearSavingModes

See Also

©2013. Accusoft Corporation. All Rights Reserved.