Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImageFormat Class / CreateDecoder Method


In This Topic
    CreateDecoder Method (NImageFormat)
    In This Topic
    Creates a decoder for the image format.
    Syntax
    'Declaration
     
    
    Public Function CreateDecoder( _
       ByVal imageData() As System.Byte _
    ) As NImageDecoder
    'Usage
     
    
    Dim instance As NImageFormat
    Dim imageData() As System.Byte
    Dim value As NImageDecoder
     
    value = instance.CreateDecoder(imageData)
    public NImageDecoder CreateDecoder( 
       System.byte[] imageData
    )

    Parameters

    imageData

    Return Value

    A decoder for the image format.
    Remarks
    The method throws an exception if a decoder cannot be created.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also