Click or drag to resize

JpegMarker Class

The JpegMarker is an object that stores information from JPEG images
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.MetadataJpegMarker

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 class JpegMarker

The JpegMarker type exposes the following members.

Constructors
  NameDescription
Public methodJpegMarker
Creates a new instance of JpegMarker.
Top
Properties
  NameDescription
Public propertyData

Gets the binary data stored in this marker.

Public propertyLength Obsolete.
Gets or sets the length of this marker in bytes.
Public propertyType
Gets or sets the type of JpegMarker.
Top
Methods
  NameDescription
Public methodDispose Obsolete.
Call this method to free the JpegMarker data from memory without waiting for the Garbage Collector.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
A Jpeg Marker is a data block stored in Jpeg images. Also known as JPEG APPn markers. There are 14 markers that can be stored in JPEG images. See JpegMarkerCollection for retreiving this data from existing JPEG images.
See Also