Class DefaultImageEditController
Interaktionslogik für DefaultImageEditController.xaml
Inheritance
System.Object
DefaultImageEditController
Implements
Namespace: Simplic.Framework.Extension.UI.Scan
Assembly: Simplic.Framework.Extension.dll
Syntax
public class DefaultImageEditController : RadRibbonGroup, IImageController
Constructors
| Improve this Doc View SourceDefaultImageEditController()
Creates Controller
Declaration
public DefaultImageEditController()
Events
| Improve this Doc View SourceOnImageSequenceChange
Event must be executed for changeing the image position in the multipage doc
Declaration
public event OnImageSequenceChangeDelegate OnImageSequenceChange
Event Type
Type | Description |
---|---|
OnImageSequenceChangeDelegate |
OnRemoveSelectedImage
Event must be executed to remove the selected image
Declaration
public event OnRemoveSelectedImageDelegate OnRemoveSelectedImage
Event Type
Type | Description |
---|---|
OnRemoveSelectedImageDelegate |
OnRotateImage
Event which must be executed for rotate image
Declaration
public event OnRotateImageDelegate OnRotateImage
Event Type
Type | Description |
---|---|
OnRotateImageDelegate |