
| 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. An instance of this class can be obtained with the | |
| ImageEventArgs | The ImageEventArgs class provides data for all events that occur with images. |
| Property | Description | |
| ServerTextControl.Images | Gets a collection of all images contained in the main text of the document. | |
| TextControl.Images | Gets a collection of all images contained in the text part with the input focus. | |
| WPF.TextControl.Images | Gets a collection of all images contained in the text part with the input focus. |
| 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. | |
| WPF.TextControl.ImageAttributesDialog | Invokes the built-in dialog box for setting attributes of images. | |
| WPF.TextControl.OnImageClicked | Raises the ImageClicked event. | |
| WPF.TextControl.OnImageCreated | Raises the ImageCreated event. | |
| WPF.TextControl.OnImageDeleted | Raises the ImageDeleted event. | |
| WPF.TextControl.OnImageDoubleClicked | Raises the ImageDoubleClicked event. | |
| WPF.TextControl.OnImageMoved | Raises the ImageMoved event. | |
| WPF.TextControl.OnImageRightClicked | Raises the ImageRightClicked event. | |
| WPF.TextControl.OnImageSized | Raises the ImageSized event. |
| 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. | |
| WPF.TextControl.ImageClicked | Occurs when an image has been clicked on. | |
| WPF.TextControl.ImageCreated | Occurs when a new image has been created. | |
| WPF.TextControl.ImageDeleted | Occurs when an image has been deleted. | |
| WPF.TextControl.ImageDoubleClicked | Occurs when an image has been doubleclicked on. | |
| WPF.TextControl.ImageMoved | Occurs when an inserted image has been moved with the built-in mouse interface. | |
| WPF.TextControl.ImageRightClicked | Occurs when an image has been clicked on with the right mouse button. | |
| WPF.TextControl.ImageSized | Occurs when an inserted image has been sized with the built-in mouse interface. |