The AnnCodecsSavePageMode Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Indicates which operation to perform when saving multi-page annotation files.Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum AnnCodecsSavePageMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnCodecsSavePageMode |
C# | |
---|---|
[SerializableAttribute()] public enum AnnCodecsSavePageMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class AnnCodecsSavePageMode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
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.Annotations.AnnCodecsSavePageMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7