Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Forms.Auto Namespace > DiskMasterForm Class : WriteForm Method |
public virtual void WriteForm( RasterImage form )
'Declaration Public Overridable Sub WriteForm( _ ByVal form As RasterImage _ )
'Usage Dim instance As DiskMasterForm Dim form As RasterImage instance.WriteForm(form)
public: virtual void WriteForm( RasterImage^ form )
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.