Encodes a raster into TIFF image format, using the image encoding capabilities of the underlying platform. Must be implemented in the image service of a platform host.
'Declaration
Protected MustOverride Function NativeEncodeTiff( _
ByVal As NRaster _
) As System.Byte()
'Usage
Dim instance As NImageService
Dim raster As NRaster
Dim value() As System.Byte
value = instance.NativeEncodeTiff(raster)
protected abstract System.byte[] NativeEncodeTiff(
NRaster
)
Parameters
- raster
- The raster to be encoded.
Return Value
A byte array containing the encoded image data. Returns null if the encoding fails.
Target Platforms: Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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), Windows Server 2003 SP2