[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SpreadImageCollection.Contains

Contains Method

Contains(string)

Determines whether the image collection contains the specified image.

Declaration
public bool Contains(string imageID)
Public Function Contains(imageID As String) As Boolean
Parameters
Type Name Description
string imageID

The ID of the image.

Returns
Type Description
bool

true if the image collection contains the specified image; otherwise, false.

Contains(SpreadImage)

Determines whether the image collection contains a specified image.

Declaration
public bool Contains(SpreadImage img)
Public Function Contains(img As SpreadImage) As Boolean
Parameters
Type Name Description
SpreadImage img

The image to locate in the image collection.

Returns
Type Description
bool

true if the image is found in the image collection; otherwise, false.