←Select platform

LoadTemplateForm Method

Summary

Loads an object of type ITemplateForm from the provided stream.

Syntax
C#
C++/CLI
Java
Python
public ITemplateForm LoadTemplateForm( 
   Stream stream 
) 
public ITemplateForm loadTemplateForm( 
   ILeadStream stream 
); 
public:  
   ITemplateForm^ LoadTemplateForm( 
      Stream^ stream 
   ) 
def LoadTemplateForm(self,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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