ImageProperties 1.0 control documentation

Removes property with the specified id from collection and from image.

[Visual�Basic]
Public�Function�RemoveItemById( _
���ByVal id�As�Integer�_
)�As�Integer
[C#]
public�int�RemoveItemById(
���intid
);

Parameters

id
The id of property to remove.

Return Value

The index of the property that was removed if it was found in the collection; otherwise, -1.

Remarks

Method is the same as ImagePropertyItem.Delete(true)

See Also

ImageProperties Class | ElementIT.ImageProperties Namespace