| ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateTextFromFile Method |
Creates auxiliary objects that are used with ArtX, such as IGArtXTextFromFile Object.
CreateTextFromFile(
Rect As IGRectangle,
Text As String,
TextColor As IGPixel,
Font As IGArtXFont) As IGArtXTextFromFile
| Name | Description |
|---|---|
| Rect | Rectangle object that contains coordinates and dimensions for the annotation to be created. |
| Text | String containing the full path to the text file. |
| TextColor | Pixel object that contains a color for the text. |
| Font | Contains font properties for new annotation; See IGArtXFont Object for more information. |
New instance of IGArtXTextFromFile Object.
N/A