This property determines whether or not the image, created by applying an Effect method, is set into the ImageKit.Image property.
[Visual Basic] Public Property
DestinationAsImageKitImage As Boolean
[C#] public bool DestinationMask {get;
set;}
Property Value
True: The image is set into the ImageKit.Image property
False: The image is set into the DestinationImage property
Default value is False
Explanation
The DestinationAsImageKitImage property determines whether or not the image, created by applying an Effect method, is set into the ImageKit.Image property. When this property is False, the image created by an Effect method is set into the DestinationImage property. This allows the original image in the ImageKit.Image property to be passed to an Effect method and remain unaffected after the method executes.