The ReadForm Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Reads a Master Form image.Visual Basic (Declaration) | |
---|---|
Function ReadForm() As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IMasterForm Dim value As RasterImage value = instance.ReadForm() |
C# | |
---|---|
RasterImage ReadForm() |
C++/CLI | |
---|---|
RasterImage^ ReadForm(); |
A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
A Master Form's image is not needed for recognition or processing, so Master Form may or may not have an image. If the Master Form doesn't have an image this method should return null.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7