| Package | Description |
|---|---|
| com.aspose.drawing |
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
|
| com.aspose.drawing.imaging |
| Modifier and Type | Method and Description |
|---|---|
abstract PropertyItem |
Image.getPropertyItem(int propid)
Gets the specified property item from this
Image. |
PropertyItem |
Bitmap.getPropertyItem(int propid)
Gets the specified property item from this
Image. |
abstract PropertyItem[] |
Image.getPropertyItems()
Gets all the property items (pieces of metadata) stored in this
Image. |
PropertyItem[] |
Bitmap.getPropertyItems()
Gets all the property items (pieces of metadata) stored in this
Image. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Image.setPropertyItem(PropertyItem propitem)
Stores a property item (piece of metadata) in this
Image. |
void |
Bitmap.setPropertyItem(PropertyItem propitem)
Stores a property item (piece of metadata) in this
Image. |
| Modifier and Type | Method and Description |
|---|---|
PropertyItem |
Metafile.getPropertyItem(int propid)
Gets the specified property item from this
Image. |
PropertyItem[] |
Metafile.getPropertyItems()
Gets all the property items (pieces of metadata) stored in this
Image. |
| Modifier and Type | Method and Description |
|---|---|
void |
Metafile.setPropertyItem(PropertyItem propitem)
Stores a property item (piece of metadata) in this
Image. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.