←Select platform

ReadForm Method

Summary

Reads Master Form image.

Syntax

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

Return Value

Master Form image if it exists, otherwise it returns null.

Remarks

The source code for this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

Master Form image file has the name of the Master Form with ".tif" extension the file path is Path + ".tif"

If the file does not exist it returns null

Example

For an example, refer to GenerateMasterFormAttributes.

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