The Start Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Starts editing AnnEditDesigner.EditObject| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub Start() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnEditDesigner instance.Start() | |
| C# | |
|---|---|
public virtual void Start() | |
| C++/CLI | |
|---|---|
public: virtual void Start(); | |
For an example, refer to AnnDesigner.
Call this method after you set up all the other properties of this AnnEditDesigner to start the editing process.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code