←Select platform

Load Method

Summary

Loads the current IForm object from the provided stream.

Syntax
C#
VB
C++
Java
public void Load( 
   Stream stream 
) 
public abstract void load( 
   leadtools.ILeadStream iLeadStream 
) throws java.lang.Throwable; 
Public Sub Load( 
   ByVal stream As Stream 
) 
public:  
   void Load( 
      Stream^ stream 
   ) 

Parameters

stream

A system Stream containing the existing IForm data.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly