Specifies the source for cut and copy operations, or the destination for paste operations.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum IECopyPasteType
Public Enumeration IECopyPasteType
public enum class IECopyPasteType
Members
Member | Value | Description |
---|---|---|
Auto | 0 |
Result will true, if there is a selected portion of image or or layer
|
FullImage | 1 |
Result will be true, unless the image is blank
|
Selection | 2 |
Result will be true if there is a valid selection
|
Layer | 3 |
Result will be true if there is a layer selected which is not the background layer
|