Click or drag to resize

JpegMarkerCollectionLookupMarkers Method

Returns a collection of %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
public Collection<JpegMarker> LookupMarkers(
	JpegMarkerTypes type
)

Parameters

type
Type: Atalasoft.Imaging.MetadataJpegMarkerTypes
The types of markers to lookup.

Return Value

Type: CollectionJpegMarker
A Collection of markers filtered for the types specified.
See Also