The StartWorking Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- obj
- The AnnObject that will be drawn.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Function StartWorking( _ ByVal obj As AnnObject _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnRichTextDrawDesigner Dim obj As AnnObject Dim value As Boolean value = instance.StartWorking(obj) | |
| C++/CLI | |
|---|---|
protected: bool StartWorking( AnnObject^ obj ) override | |
Parameters
- obj
- The AnnObject that will be drawn.
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