Nevron.Chart Namespace / NImageExporter Class / GetImageBytes Method / GetImageBytes(INImageFormat) Method


GetImageBytes(INImageFormat) Method
Syntax
'Declaration
 
Public Overloads Function GetImageBytes( _
   ByVal imageFormat As INImageFormat _
) As System.Byte()
 
'Usage
 
Dim instance As NImageExporter
Dim imageFormat As INImageFormat
Dim value() As System.Byte
 
value = instance.GetImageBytes(imageFormat)

Parameters

imageFormat
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