This method will set whether or not the selected text object will have a border.

[Visual Basic] Public Function SetSelectedObjectFill(setBorder As Boolean) As Boolean
[C#]public bool SetSelectedObjectBorder(bool setBorder);

Parameters

setBorder

A value of type bool(Boolean) representing whether or not the object has a border

Return Value

Returns True if successful, otherwise returns False.

Explanation

Executing the SetSelectedObjectBorder method, when the setBorder parameter is set to True, the selected text object will have a border. Executing it when the setBorder parameter is set to False, the selected text object will not have a border.

Executing this method is the same as selecting a text object, right clicking the object to display the context menu, selecting "Properties" and then checking (or unchecking) the "Border" checkbox.

This method is enabled only when the selected object is a text object. If no object is selected or if the selected object is not a text object, then this method will return False.

Also See

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

 

The ImageKit.NET2 is created by Newtone Corporation