←Select platform

WriteForm Method

Summary

Writes Master Form image.

Syntax

C#
VB
C++
public void WriteForm( 
   RasterImage form 
) 
  
Public Sub WriteForm( _ 
   ByVal form As Leadtools.RasterImage _ 
)  
public: 
void WriteForm(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly