ImagePlacementCollectionItem Property
Gets the text fragment element at the specified index.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public ImagePlacement this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of image placement.

Return Value

Type: ImagePlacement
ImagePlacement object.
See Also