←Select platform

Save Method

Summary

Saves the current IForm object to the provided stream.

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

Parameters

stream

A standard .NET Stream to which to save the current object.

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