←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly