←Select platform

WriteForm Method

Summary
Writes Master Form image.

Syntax
C#
C++/CLI
Java
Python
public void WriteForm( 
   RasterImage form 
) 
public void writeForm( 
   RasterImage 
); 
public: 
void WriteForm(  
   RasterImage^ form 
)  
def WriteForm(self,form): 

Parameters

form
Master Form image.

Remarks

The source code for this interface implementation class is available at <INSTALLDIR>\Examples\Forms\DotNet\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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

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