Leadtools.Workflow.Raster Namespace : CodecsSavePageMode Enumeration |
public enum CodecsSavePageMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsSavePageMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsSavePageMode
public enum class CodecsSavePageMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Append | Append the page to the end of the file. |
0x00000001 | Insert | Insert the page at the specified index. |
0x00000002 | Replace | Replace the page at the specified index. |
0x00000003 | Overwrite | Overwrite the entire file. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Raster.CodecsSavePageMode