VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / ImageInfo Class
Constructors Properties Methods SeeAlso
In This Topic
    ImageInfo Class Members
    In This Topic
    The following tables list the members exposed by ImageInfo.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the number of bits per pixel for the image.
    Public PropertyGets the color channels format of the image.
    Public Propertystatic (Shared in Visual Basic)Gets the empty image info.
    Public PropertyGets the height, in pixels, of the image.
    Public PropertyGets the palette of the image.
    Public PropertyGets the pixel format of the image.
    Public PropertyGets the resolution, in pixels per inch, of the image.
    Public PropertyGets the width, in pixels, of the image.
    Public Methods
     NameDescription
    Public MethodDetermines whether two ImageInfo instances are equal.
    Public MethodReturns a hash code for this instance.
    See Also