Removes the specified property item from this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public void RemovePropertyItem( int propid ) |
Visual Basic (Declaration) |
---|
Public Sub RemovePropertyItem ( _ propid As Integer _ ) |
Visual C++ |
---|
public: void RemovePropertyItem( int propid ) |
Parameters
- propid
- Type: System..::.Int32
The ID of the property item to remove.