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 properties.

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