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 Code |
---|---|
public class ImageInfo |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ImageInfo |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
ColorDepth |
Gets the bits per pixel of the image.
|
|
FileName |
Gets or sets the name of the file.
|
|
FileSize |
Gets the size of the file.
|
|
FrameCount |
Gets the number of frames in the image.
|
|
ImageSize |
Gets the size of the image.
|
|
ImageType |
Gets the type of the image.
|
|
Metadata |
Gets the metadata as datatable.
|
|
ResolutionUnit |
Gets the image resolution unit.
|
|
ResolutionX |
Gets the horizontal resolution.
|
|
ResolutionY |
Gets the vertical resolution.
|
See Also
Smartsite.ImageProcessor Namespace