Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / rSGG Class / NativeEncodeJpg Method


In This Topic
    NativeEncodeJpg Method (rSGG)
    In This Topic
    Overriden to return null - native JPEG encoding is not currently supported by the server host.
    Syntax
    'Declaration
     
    
    Protected Overrides Function NativeEncodeJpg( _
       ByVal tSGG As NRaster, _
       ByVal USGG As NJpegEncoderSettings _
    ) As System.Byte()
    'Usage
     
    
    Dim instance As rSGG
    Dim tSGG As NRaster
    Dim USGG As NJpegEncoderSettings
    Dim value() As System.Byte
     
    value = instance.NativeEncodeJpg(tSGG, USGG)
    protected override System.byte[] NativeEncodeJpg( 
       NRaster tSGG,
       NJpegEncoderSettings USGG
    )

    Parameters

    tSGG
    USGG
    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