←Select platform

Data Property

Summary

Gets or sets an array of bytes that describes the region data.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Data", IsRequired=true)] 
public byte[] Data { get; set; } 
  
Public Property Data As Byte() 
public: 
property array<byte>^ Data { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

An array of bytes that describes the region data.

Remarks

To update an existing region, specify how the new region is to be combined with the existing one using the RasterRegionData.CombineMode property. For more information, refer to RasterRegionCombineMode.

Example

For an example, refer to BinaryRasterRegionData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly