| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
Images |
||
Classes |
||
| Class | Description | |
| FrameBase | The FrameBase class is the base class of the Image and the TextFrame class. |
|
| Image | An instance of the Image class represents an image in a Text Control document. |
|
| ImageCollection | An instance of the ImageCollection class contains all images in a Text Control document or part of
the document represented through objects of the type Image. |
|
| ImageEventArgs | The ImageEventArgs class provides data for all events that occur with images. |
|
Properties |
||
| Property | Description | |
| ServerTextControl.Images | Gets a collection of all images the current document contains. |
|
| TextControl.Images | Gets a collection of all images the current document contains. |
|
Methods |
||
| Method | Description | |
| ServerTextControl.OnImageCreated | Raises the ImageCreated event. |
|
| ServerTextControl.OnImageDeleted | Raises the ImageDeleted event. |
|
| TextControl.ImageAttributesDialog | Invokes the built-in dialog box for setting attributes of images. |
|
| TextControl.OnImageClicked | Raises the ImageClicked event. |
|
| TextControl.OnImageCreated | Raises the ImageCreated event. |
|
| TextControl.OnImageDeleted | Raises the ImageDeleted event. |
|
| TextControl.OnImageDoubleClicked | Raises the ImageDoubleClicked event. |
|
| TextControl.OnImageMoved | Raises the ImageMoved event. |
|
| TextControl.OnImageRightClicked | Raises the ImageRightClicked event. |
|
| TextControl.OnImageSized | Raises the ImageSized event. |
|
Events |
||
| Event | Description | |
| ServerTextControl.ImageCreated | Occurs when a new image has been created. |
|
| ServerTextControl.ImageDeleted | Occurs when an image has been deleted. |
|
| TextControl.ImageClicked | Occurs when an image has been clicked on. |
|
| TextControl.ImageCreated | Occurs when a new image has been created. |
|
| TextControl.ImageDeleted | Occurs when an image has been deleted. |
|
| TextControl.ImageDoubleClicked | Occurs when an image has been doubleclicked on. |
|
| TextControl.ImageMoved | Occurs when an inserted image has been moved with the built-in mouse interface. |
|
| TextControl.ImageRightClicked | Occurs when an image has been clicked on with the right mouse button. |
|
| TextControl.ImageSized | Occurs when an inserted image has been sized with the built-in mouse interface. |
|