Description
Removes a property item (piece of metadata) from this Image object.
Syntax
GpStatus WINGDIPAPI GdipRemovePropertyItem(
GpImage *image,
PROPID propId
);
PowerBASIC Syntax
DECLARE FUNCTION GdipRemovePropertyItem ( _
BYVAL pImage AS
DWORD, _
BYVAL propId AS
DWORD _
) AS LONG
Parameters
image
[in] Pointer to the Image object.
propID
[in] Long integer value that identifies the property item to be
removed.
|