Writes Master Form image.
public void WriteForm(
RasterImage form
)
Public Sub WriteForm( _
ByVal form As Leadtools.RasterImage _
)
public:
void WriteForm(
Leadtools.RasterImage^ form
)
form
Master Form image.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET