- form
- Master Form image.
Visual Basic (Declaration) | |
---|---|
Public Overridable Sub WriteForm( _ ByVal form As RasterImage _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void WriteForm( RasterImage form ) |
C++/CLI | |
---|---|
public: virtual void WriteForm( RasterImage form ) |
Parameters
- form
- Master Form image.
The source code of 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 fields is null, it will throw an exception.
The image will be saved as a 1-bit black and white image.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family