Aspose::Pdf::XImageCollection::GetImageName method

XImageCollection::GetImageName method

Returns name in images list which is key of the given image.

System::String Aspose::Pdf::XImageCollection::GetImageName(System::SharedPtr<Aspose::Pdf::XImage> image)
ParameterTypeDescription
imageSystem::SharedPtr<Aspose::Pdf::XImage>Image to search.

ReturnValue

Name (key) of the found image; null if images was not found.

See Also