This property determines whether or not the text can be set into the Text / Stamp object by clicking in the unused area of the ImageKit control (The area with the hatched pattern outside of the displayed image).

[Visual Basic] Public Property SetTextOnInvalidAreaClick As Boolean
[C#] public bool SetTextOnInvalidAreaClick {get; set;}

Property Value

True: Clicking in the unused area of the ImageKit control (the area where no image is displayed) sets the text into the Text object.

False: Clicking in the unused area of the ImageKit control (the area where no image is displayed) does not set the text into the Text object.

Default value is False

Explanation

The SetTextOnInvalidAreaClick property determines whether or not the text can be set into the Text / Stamp object by clicking in the unused area of the ImageKit control (The area with the hatched pattern outside of the displayed image).

By setting this property to True, it is possible to set the text into the Text / Stamp object by clicking the area outside the image displayed in the ImageKit control (The area with the hatched pattern outside of the displayed image)..

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation