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


In This Topic
    GetImageBytes(INImageFormat) Method
    In This Topic
    Gets the image bytes in the specified image format
    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)
    public System.byte[] GetImageBytes( 
       INImageFormat 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