Specifies the source for cut and copy operations, or the destination for paste operations.

Namespace: HiComponents.IEvolution
Assembly: 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

MemberValueDescription
Auto0
Result will true, if there is a selected portion of image or or layer
FullImage1
Result will be true, unless the image is blank
Selection2
Result will be true if there is a valid selection
Layer3
Result will be true if there is a layer selected which is not the background layer

See Also