LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CodecsSavePageMode Enumeration

Show in webframe







Indicates the operation to perform when saving multipage files.
Syntax
public enum CodecsSavePageMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum CodecsSavePageMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsSavePageMode
public enum CodecsSavePageMode : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public enum CodecsSavePageMode
Leadtools.Codecs.CodecsSavePageMode = function() { };
Leadtools.Codecs.CodecsSavePageMode.prototype = {
Append = 0, Insert = 1, Replace = 2, Overwrite = 3, };
public enum class CodecsSavePageMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0AppendAppend the page to the end of the file.
1InsertInsert the page at the specified index.
2ReplaceReplace the page at the specified index.
3OverwriteOverwrite the entire file.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.