Determines how an Image can be inserted in the text. The enumeration contains the following values:

Members

Member Description
AsCharacter The image is inserted in the text as a single character.
DisplaceCompleteLines The image is inserted at a certain geometrical location. The text stops at the top and continues at the bottom of the image.
DisplaceText The image is inserted at a certain geometrical location. The text flows around the image and empty areas at the left and right side are filled.
AboveTheText The image is inserted at a certain geometrical location above the text. This means that the image overwrites the text.
BelowTheText The image is inserted at a certain geometrical location below the text. This means that the text overwrites the image.
MoveWithText The image is anchored to a paragraph and moved with the text. This member cannot be used with the ImageCollection.Add methods.
FixedOnPage The image is fixed positioned on a page. This member cannot be used with the ImageCollection.Add methods.

See Also

ImageCollection.Add Methods, Image.InsertionMode Property.