The AnnCodecsSavePageMode Enumeration supports WPF/Silverlight.
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) | |
---|---|
Public Enum AnnCodecsSavePageMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnCodecsSavePageMode |
C# | |
---|---|
public enum AnnCodecsSavePageMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
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. |
For C#/VB examples, refer to AnnCodecs.Save.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnCodecsSavePageMode
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)