ImageProperties 1.0 control documentation

Gets an individual ImagePropertyItem object from the collection by the specified property id.

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

Parameters

id
The id of the property.

Return Value

Reference to ImagePropertyItem object if was found in collection; otherwise null.

See Also

ImageProperties Class | ElementIT.ImageProperties Namespace