FreeImageBitmap.GetPropertyItem Method

FreeImage.NET

FreeImageBitmapGetPropertyItem Method
Gets 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 PropertyItem GetPropertyItem(
	int propid
)

Parameters

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

Return Value

Type: PropertyItem
The PropertyItem this method gets.
See Also