Spread Windows Forms 6.0 Product Documentation
GetImage Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > ImageCellType Class : GetImage Method


o
Object containing base-64 string encoding, byte array, etc. from which to get image

Glossary Item Box

Gets an Image object from its base-64 string encoding, byte array, or stream serialization.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetImage( _
   ByVal o As Object _
) As Image
Visual Basic (Usage)Copy Code
Dim o As Object
Dim value As Image
 
value = ImageCellType.GetImage(o)
C# 
public static Image GetImage( 
   object o
)

Parameters

o
Object containing base-64 string encoding, byte array, etc. from which to get image

Return Value

Image object containing the image, or null if string does not encode an Image object

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.