This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ImageInfo
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ImageInfo

The type exposes the following members.

Public Constructors

  Name Description
Public method ImageInfo
Initializes a new instance of the ImageInfo class.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Static member TryParseImageInfo
Parses image info from the specified stream.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property ColorDepth
Gets the bits per pixel of the image.
Public property FileName
Gets or sets the name of the file.
Public property FileSize
Gets the size of the file.
Public property FrameCount
Gets the number of frames in the image.
Public property ImageSize
Gets the size of the image.
Public property ImageType
Gets the type of the image.
Public property Metadata
Gets the metadata as datatable.
Public property ResolutionUnit
Gets the image resolution unit.
Public property ResolutionX
Gets the horizontal resolution.
Public property ResolutionY
Gets the vertical resolution.

See Also

Advanced