Click or drag to resize

JpegMarker Constructor

Creates a new instance of JpegMarker.

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 JpegMarker(
	JpegMarkerTypes type,
	byte[] data
)

Parameters

type
Type: Atalasoft.Imaging.MetadataJpegMarkerTypes
The type of JpegMarker.
data
Type: SystemByte

The data stored in this marker.

Remarks
Creates a new instance of JpegMarker.
See Also