Overrides the data of this RasterRegion from an array of Byte.
public void SetData(byte[] data)
Public Sub SetData( _ByVal data() As Byte _)
public void SetData(byte[] data)
public void setData(byte[] data) function Leadtools.RasterRegion.SetData(data)
public:void SetData(array<byte>^ data)
data
An array of Byte that represents the information that describes a RasterRegion.
You can use the GetData and SetData methods to save and load the content of a region to disk or memory.
If data is an array of 0 items or is null, then this method will make the RasterRegion object empty. This is the equivalent of calling MakeEmpty.
For an example, refer to GetData.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
