Indicates the operation to perform when saving multipage files.
public enum CodecsSavePageMode
Public Enum CodecsSavePageMode
typedef NS_ENUM(NSInteger, LTCodecsSavePageMode)
public enum CodecsSavePageMode
public enum class CodecsSavePageMode
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. See Note for TIFF Files. |
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. |
When replacing pages in a TIFF file using the Replace flag, the original page(s) will be marked as "replaced"; however, the data will still be present. In order to reduce the file size by removing the page(s), rather than simply marking them for deletion, call RasterCodecs.CompactFile.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document