Click or drag to resize

JpegMarkerCollectionIndexOf Method

Searches for the specified %Atalasoft.dotImage~Atalasoft.Imaging.Metadata.JpegMarker% and returns the zero-based index of the first occurance within the collection

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int IndexOf(
	JpegMarker marker
)

Parameters

marker
Type: Atalasoft.Imaging.MetadataJpegMarker

Return Value

Type: Int32
See Also