←Select platform

LoadFields(Stream,StreamReader) Method

Summary

Loads field data from the specified streams.

Syntax
C#
C++/CLI
Java
Python
public void LoadFields( 
   Stream stream, 
   StreamReader tableStreamReader 
) 
public void loadFields(leadtools.ILeadStream iLeadStream) throws Exception; 
public:  
   void LoadFields( 
      Stream^ stream, 
      StreamReader^ tableStreamReader 
   ) 
def LoadFields(self,stream,tableStreamReader): 

Parameters

stream

A System.IO.Stream containing the field data to be loaded.

tableStreamReader

A System.IO.StreamReader containing the table field data to be loaded.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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