The WriteFields Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
- fields
- Master Form fields.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DiskMasterForm Dim fields As FormPages instance.WriteFields(fields) |
C++/CLI | |
---|---|
public: virtual void WriteFields( FormPages^ fields ) |
Parameters
- fields
- Master Form fields.
The source code of this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Master Form fields file is going to be saved to Path + ".xml"
If fields is null, it will throw an exception.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7