NevronOpenVision
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
    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