Xceed Workbooks for .NET v3.0 Documentation
Xceed.Drawing.NET Assembly / Xceed.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 Image's height.  
    Public PropertyGets the Image's horizontal resolution.  
    Public PropertyGets the value of the Image object.  
    Public PropertyGets the Image's vertical resolution.  
    Public PropertyGets the Image's width.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a copy of an Image.  
    Public Methodstatic (Shared in Visual Basic)Creates a memory stream from a .jpeg image.  
    Public Methodstatic (Shared in Visual Basic)Returns the Image's format as a string.  
    Public MethodReleases all resources used by the Image.  
    Public MethodDraw the Image based on rotation & cropping values.  
    Public Methodstatic (Shared in Visual Basic)Creates an Image from a Bitmap object.  
    Public Methodstatic (Shared in Visual Basic)Creates an Image from a file's path.  
    Public Methodstatic (Shared in Visual Basic)Creates an Image from a stream object.  
    Top
    See Also