|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
| Leadtools Namespace : RasterImagePagesChangedAction Enumeration |
public enum RasterImagePagesChangedAction : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum RasterImagePagesChangedAction Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As RasterImagePagesChangedAction
public enum RasterImagePagesChangedAction : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTRasterImagePagesChangedAction)
public enum RasterImagePagesChangedAction
Leadtools.RasterImagePagesChangedAction = function() { };
Leadtools.RasterImagePagesChangedAction.prototype = {<br/>
Added = 0,
Removed = 1,
Inserted = 2,
Replaced = 3,
};
public enum class RasterImagePagesChangedAction : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0 | Added | The pages being added. ![]() ![]() ![]() ![]() ![]() ![]() |
| 1 | Removed | The pages are removed. ![]() ![]() ![]() ![]() ![]() ![]() |
| 2 | Inserted | The pages being inserted. ![]() ![]() ![]() ![]() ![]() ![]() |
| 3 | Replaced | The pages being replaced. ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.RasterImagePagesChangedAction