←Select platform

WriteForm Method

Summary

Writes Master Form image.

Syntax

C#
VB
C++
Java
public void WriteForm( 
   RasterImage form 
) 
  
Public Sub WriteForm( _ 
   ByVal form As RasterImage _ 
)  
public void writeForm( 
   RasterImage 
); 
public: 
void WriteForm(  
   RasterImage^ form 
)  

Parameters

form
Master Form image.

Remarks

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

Master Form image file is going to be saved to Path + ".tif"

If form is null, it will throw an exception.

The image will be saved as a 1-bit black and white image.

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