Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CodecsSavePageMode Enumeration








Indicates the operation to perform when saving multi-page files.
Syntax
'Declaration
 
Public Enum CodecsSavePageMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CodecsSavePageMode
public enum CodecsSavePageMode : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTCodecsSavePageMode)
public enum CodecsSavePageMode
Leadtools.Codecs.CodecsSavePageMode = function() { };
Leadtools.Codecs.CodecsSavePageMode.prototype = {<br/>
  Append = 0,
	Insert = 1,
	Replace = 2,
	Overwrite = 3,
	
 };
public enum class CodecsSavePageMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0AppendAppends the page to the end of the file.
1InsertInserts the page at the specified index.
2ReplaceReplaces the page at the specified index.
3OverwriteOverwrites the entire file. When saving to a Stream, LEADTOOLS will not truncate the stream (if it already had a size/data). LEADTOOLS will reset the stream position to the original position before the save.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsSavePageMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Error processing SSI file