GdipSetPropertyItem

 

 

Description

Sets a property item (piece of metadata) for this Image object. If the item already exists, then its contents are updated; otherwise, a new item is added.

Syntax

GpStatus WINGDIPAPI GdipSetPropertyItem(

    GpImage *image,

    GDIPCONST PropertyItem* item

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetPropertyItem ( _

    BYVAL pImage AS DWORD, _

    BYREF item AS PropertyItem _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

item

[in] Pointer to a PropertyItem object that specifies the property item to be set.

 

Valid HTML 4.01 Transitional