←Select platform

ReadForm Method

Summary

Reads a Master Form image.

Syntax

C#
VB
C++
Java
public RasterImage ReadForm() 
  
Function ReadForm() As RasterImage 
public abstract RasterImage readForm(); 
RasterImage^ ReadForm();  

Remarks

A Master Form's image is not needed for recognition or processing, so Master Form may or may not have an image. If the Master Form does not have an image this method should return null.

Example

A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

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.Auto Assembly