ImageProperties 1.0 control documentation

Removes property from image and from parent ImageProperties collection if specified.

[Visual Basic]
Overloads Public Sub Delete( _
   ByVal removeAtParentCol As Boolean _
)
[C#]
public void Delete(
   bool removeAtParentCol
);

Parameters

removeAtParentCol
true to indicate if property also should be removed from parent collection.

Return Value

true if the property was removed successfully; otherwise, false

Remarks

See Also

ImagePropertyItem Class | ElementIT.ImageProperties Namespace | ImagePropertyItem.Delete Overload List