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 members.
Public Constructors
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryParseImageInfo |
Parses image info from the specified stream.
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
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