System::Drawing::Image::GetPropertyItem method
Image::GetPropertyItem method
Gets the property item with the specified ID from this image.
SharedPtr<Imaging::PropertyItem> System::Drawing::Image::GetPropertyItem(int propid) const
| Parameter | Type | Description |
|---|---|---|
| propid | int | The ID of the property item to get. |
ReturnValue
The PropertyItem with the specified ID.
See Also
- Typedef SharedPtr
- Class PropertyItem
- Class Image
- Namespace System::Drawing
- Library Aspose.PDF for C++