Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRasterImage Class / GetBase64StringFromBitmap Method


In This Topic
    GetBase64StringFromBitmap Method
    In This Topic
    Obtains the base64 representation of a bitmap
    Syntax
    'Declaration
     
    
    Public Shared Function GetBase64StringFromBitmap( _
       ByVal bitmap As System.Drawing.Bitmap _
    ) As System.String
    'Usage
     
    
    Dim bitmap As System.Drawing.Bitmap
    Dim value As System.String
     
    value = NRasterImage.GetBase64StringFromBitmap(bitmap)
    public static System.string GetBase64StringFromBitmap( 
       System.Drawing.Bitmap bitmap
    )

    Parameters

    bitmap
    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