←Select platform

CodecsSavePageMode Enumeration

Summary

Indicates the operation to perform when saving multi-page files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum CodecsSavePageMode   
Public Enum CodecsSavePageMode  
    
    
public enum CodecsSavePageMode    
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   

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.
Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly