Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Image Class
Properties Methods

In This Topic
    Image Class Members
    In This Topic

    The following tables list the members exposed by Image.

    Public Properties
     NameDescription
    Public PropertyGets the value indicating how the image data is attached to the Image object.  
    Public PropertyGets the encoding of the image.  
    Public PropertyGets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image.  
    Public PropertyGets the full path to the image file, if Binding is equal to ImageBinding.FilePath.  
    Public PropertyGets the index of the image frame.  
    Public PropertyGets the height of the image in pixels.  
    Public PropertyGets the horizontal resolution (dots per inch) of the image.  
    Public PropertyGets a value indicating if the image is initialized and not disposed yet.  
    Public PropertyGets the byte array with image data, if Binding is equal to ImageBinding.InMemoryData.  
    Public PropertyGets a value indicating whether the Image has been disposed of.  
    Public PropertyGets a value indicating if the input stream should be closed when the Image is disposed.  
    Public PropertyGets the image stream, if Binding is equal to ImageBinding.Stream.  
    Public PropertyGets the start position for image data in the associated Stream.  
    Public PropertyGets the vertical resolution (dots per inch) of the image.  
    Public PropertyGets the width of the image in pixels.  
    Top
    Public Methods
     NameDescription
    Public MethodDisposes the current instance.  
    Public Methodstatic (Shared in Visual Basic)Creates an Image from a byte array. JPEG, PNG, WEBP, GIF, BMP and TIFF formats are supported.  
    Public Methodstatic (Shared in Visual Basic)Creates an Image from a file. JPEG, PNG, WEBP, GIF, BMP and TIFF formats are supported.  
    Public Methodstatic (Shared in Visual Basic)Creates an Image from a stream. JPEG, PNG, WEBP, GIF, BMP and TIFF formats are supported.  
    Public MethodOverloaded. Creates an instance of the GrapeCity.Documents.Imaging.GcBitmap class from the current Image.  
    Public MethodSaves the source image (all frames) to a MemoryStream.  
    Top
    See Also