The CodecsSavePageMode Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Indicates the operation to perform when saving multipage files.| Visual Basic (Declaration) | |
|---|---|
Public Enum CodecsSavePageMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsSavePageMode | |
| C# | |
|---|---|
public enum CodecsSavePageMode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class CodecsSavePageMode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Append | Append the page to the end of the file. |
| Insert | Insert the page at the specified index. |
| Overwrite | Overwrite the entire file. |
| Replace | Replace the page at the specified index. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Raster.CodecsSavePageMode
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code