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


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

    Parameters

    xSGG
    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