Click or drag to resize

JpegMarkerCollectionLookupMarker Method

Note: This API is now obsolete.

This method is obsolete and will only return the first marker found, please use LookupMarkers instead.

Returns a %Atalasoft.dotImage~Atalasoft.Imaging.Metadata.JpegMarker% in the collection based on the marker type.

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("To ensure you get all markers of this type use LookupMarkers instead.")]
public JpegMarker LookupMarker(
	JpegMarkerTypes type
)

Parameters

type
Type: Atalasoft.Imaging.MetadataJpegMarkerTypes
The type of marker to lookup.

Return Value

Type: JpegMarker
The JpegMarker or null (Nothing in Visual Basic) if the item is not found.
See Also