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


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

    Parameters

    vSGG
    WSGG
    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