ImagePlacementCollection.Item

ImagePlacementCollection indexer

Gets the text fragment element at the specified index.

public ImagePlacement this[int index] { get; }
ParameterDescription
indexIndex of image placement.

Return Value

ImagePlacement object.

See Also