Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImageSourceData Structure / EncodedData Field


In This Topic
    EncodedData Field
    In This Topic
    A byte array containing image data in encoded form. Must be null if the image source doesn't natively store encoded data.
    Syntax
    'Declaration
     
    
    Public ReadOnly EncodedData As System.Byte()
    'Usage
     
    
    Dim instance As NImageSourceData
    Dim value() As System.Byte()
     
    value = instance.EncodedData
    public readonly System.byte[] EncodedData
    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