Click or drag to resize

JpegMarkerCollectionContains Method (IptcTag)

Note: This API is now obsolete.

Determines whether the collection contains the specified marker.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This is an incorrect method and will always return false.")]
public bool Contains(
	IptcTag marker
)

Parameters

marker
Type: Atalasoft.Imaging.MetadataIptcTag
The marker.

Return Value

Type: Boolean
See Also