Removes the specified property item from this FreeImageBitmap.

Namespace:  FreeImageAPI
Assembly:  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.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also