Image.RemovePropertyItem(Int32) Method

Definition

Removes the specified property item from this Image.

public:
 void RemovePropertyItem(int propid);
public void RemovePropertyItem (int propid);
member this.RemovePropertyItem : int -> unit
Public Sub RemovePropertyItem (propid As Integer)

Parameters

propid
Int32

The ID of the property item to remove.

Exceptions

The image does not contain the requested property item.

-or-

The image format for this image does not support property items.

Remarks

It is difficult to set property items, because the PropertyItem class has no public constructors. One way to work around this restriction is to obtain a PropertyItem by retrieving the PropertyItems property value or calling the GetPropertyItem method of an Image that already has property items. Then you can set the fields of the PropertyItem and pass it to SetPropertyItem.

Applies to