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)
Parameter | Type | Description |
---|---|---|
image | System::SharedPtr<Aspose::Pdf::XImage> | Image to search. |
ReturnValue
Name (key) of the found image; null if images was not found.
See Also
- Class String
- Typedef SharedPtr
- Class XImage
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++