ImageProperties 1.0 control documentation
Removes property at the specified index in the collection and from image.
[Visual�Basic]
Public�Sub�RemoveAt( _
���ByVal
index�As�
Integer�_
)
[C#]
public�
void�RemoveAt(
���
int�
index);
Parameters
-
index
- The zero-based index of the item to remove.
Remarks
Method is the same as ImagePropertyItem.Delete(true)
See Also
ImageProperties Class | ElementIT.ImageProperties Namespace