←Select platform

AnnCodecsSavePageMode Enumeration

Summary

Indicates which operation to perform when saving multi-page annotation files.

Syntax

C#
VB
C++
public enum AnnCodecsSavePageMode 
  
Public Enum AnnCodecsSavePageMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class AnnCodecsSavePageMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0InsertInsert the page at the specified index.
1OverwriteOverwrite the entire file.
2ReplaceReplace the page at the specified index.
Example

For C#/VB examples, refer to AnnCodecs.Save.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly