←Select platform

SetData Method

Summary

Sets the marker data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void SetData( 
   byte[] value 
) 
Public Sub SetData( _ 
   ByVal value() As Byte _ 
)  
public void SetData(  
   byte[] value 
) 
@property (nonatomic, strong) NSData *data 
public void setData(byte[] value) 
 function Leadtools.RasterMarkerMetadata.SetData(  
   value  
) 
public: 
void SetData(  
   array<byte>^ value 
)  

Parameters

value
An array of bytes which contains the marker data

Example

For an example, refer to RasterMarkerMetadata

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 Assembly