←Select platform

LoadTemplateForm Method

Summary

Loads an object of type ITemplateForm from the provided stream.

Syntax
C#
VB
C++
Java
public ITemplateForm LoadTemplateForm( 
   Stream stream 
) 
public ITemplateForm loadTemplateForm( 
   ILeadStream stream 
); 
Public Function LoadTemplateForm( 
   ByVal stream As Stream 
) As ITemplateForm 
public:  
   ITemplateForm^ LoadTemplateForm( 
      Stream^ stream 
   ) 

Parameters

stream

A standard .NET Stream containing the existing ITemplateForm.

Return Value

An object of type ITemplateForm loaded from the provided stream.

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