public byte[] Data {get; set;}
'Declaration Public Property Data As Byte()
'Usage Dim instance As BinaryRasterRegionData Dim value() As Byte instance.Data = value value = instance.Data
public: property array<byte>^ Data { array<byte>^ get(); void set ( array<byte>^ value); }
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.