ImageReader Members

The ImageReader type exposes the following members.

Methods

Name Description
Public method Close

Closes the reader and detaches it from the opened file (or other media).

Public method Static member Create Overloaded.

Creates an appropriate image reader on the specified media.

Public method Dispose

Releases all resources used by this PipelineElement.

(Inherited from PipelineElement.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsPixelFormatSupported

Verifies whether the specified pixel format is supported by this PipelineElement.

(Inherited from PipelineElement.)
Public method Static member IsRawFormat Overloaded.
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member RecognizeFormat Overloaded.

Obtains a file format from a given media.

Public method RunPipeline

Runs a pipeline staring from this PipelineElement.

(Inherited from PipelineElement.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property AdobeResources

Gets Adobe® image resource blocks from the image.

Public property ClippingPaths

Gets a collection of clipping paths from the image.

Public property CloseOnDispose

Gets or sets if the reader should be closed before disposing.

Public property ColorProfile

Gets a color profile associated with the image.

Public property DpiX

Gets an entire horizontal resolution of the image.

Public property DpiY

Gets an entire vertical resolution of the image.

Public property Exif

Gets EXIF data collection from the image.

Public property FileFormat

Gets the format of the image.

Public property Frames

Gets a collection of frames of the opened image.

Public property Height

Gets an entire image height.

Public property Id

Gets or sets a unique identifier of this PipelineElement.

(Inherited from PipelineElement.)
Public property Ink

Gets ink characteristics of a spot color of the image.

Public property Iptc

Gets IPTC data collection from the image.

Public property IsOpened

Gets a value indicating whether the reader is opened.

Public property Palette

Gets a palette associated with the opened image.

Public property PixelFormat

Gets a pixel format of the opened image.

Public property Receivers

Gets a collection of pipeline elements that will receive the result of this PipelineElement.

(Inherited from PipelineElement.)
Public property Size

Gets an entire image size.

Public property SupportedPixelFormats

Gets a collection of pixel formats that are supported by this PipelineElement.

(Inherited from PipelineElement.)
Public property Width

Gets an entire image width.

Public property Xmp

Gets the XML code containing the XMP metadata from the image.

Events

Name Description
Public event OnInit

Occurs when the pipeline element is initialized.

(Inherited from PipelineElement.)

See Also

Reference