Gets the specified property item from this FreeImageBitmap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public PropertyItem GetPropertyItem(
	int propid
)
Visual Basic (Declaration)
Public Function GetPropertyItem ( _
	propid As Integer _
) As PropertyItem
Visual C++
public:
PropertyItem^ GetPropertyItem(
	int propid
)

Parameters

propid
Type: System..::.Int32
The ID of the property item to get.

Return Value

The PropertyItem this method gets.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also