C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the operation to perform when saving multi-page files.
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
| Value | Member | Description |
|---|---|---|
| 0 | Append | Appends the page to the end of the file. |
| 1 | Insert | Inserts the page at the specified index. |
| 2 | Replace | Replaces the page at the specified index. |
| 3 | Overwrite | Overwrites 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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
