Aspose::Pdf::ImagePlacementCollection::idx_get method

ImagePlacementCollection::idx_get method

Gets the text fragment element at the specified index.

System::SharedPtr<ImagePlacement> Aspose::Pdf::ImagePlacementCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of image placement.

ReturnValue

ImagePlacement object.

See Also