TXTextControl.ImageInsertionMode Object

Determines how an Image can be inserted in the text.

Syntax

[JavaScript]
{
    AsCharacter: 1,
    DisplaceCompleteLines: 4,
    DisplaceText: 8,
    AboveTheText: 524290,
    BelowTheText: 262146,
}

Properties

Property Description
AboveTheText The image is inserted at a certain geometrical location above the text.
AsCharacter The image is inserted in the text as a single character.
BelowTheText The image is inserted at a certain geometrical location below the text.
DisplaceCompleteLines The image is inserted at a certain geometrical location.
DisplaceText The image is inserted at a certain geometrical location.