FreeImage.NET Class Library Reference
FreeImageBitmapRemovePropertyItem Method |
Removes the specified property item from this FreeImageBitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void RemovePropertyItem( int propid )
Parameters
- propid
- Type: SystemInt32
The ID of the property item to remove.
See Also