This document is archived and information here might be outdated. Recommended version. |
Converts a raster into a Bitmap.
[Visual Basic .NET] Public Function ExportToBytes ( _ ByVal pRaster As IRaster, _ ByVal Format As String _ ) As Byte[]
[C#] public Byte[] ExportToBytes ( IRaster pRaster, string Format );
[C++]
HRESULT ExportToBytes(
IRaster* pRaster,
BSTR Format
);
[C++]
Parameters pRaster [in]
pRaster is a parameter of type IRaster* Format [in]
Format is a parameter of type BSTR