←Select platform

SetData Method

Summary

Sets the internal state data from a byte array.

Syntax
C#
VB
C++
public void SetData( 
   byte[] value 
) 
Public Sub SetData( 
   ByVal value() As Byte 
) 
public:  
   void SetData( 
      array<Byte>^ value 
   ) 

Parameters

value

The internal state data as a byte array.

Remarks

For more information, refer to Using the OptimizedLoad Functions to Speed Loading Large Files.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.