Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Create Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnObjectBase Class : Create Method



Creates a new instance of this AnnObjectBase.

Syntax

Visual Basic (Declaration) 
Protected Overridable MustOverride Function Create() As AnnObjectBase
Visual Basic (Usage)Copy Code
Dim instance As AnnObjectBase
Dim value As AnnObjectBase
 
value = instance.Create()
C# 
protected virtual abstract AnnObjectBase Create()
C++/CLI 
protected:
virtual abstract AnnObjectBase^ Create(); 

Return Value

The AnnObjectBase this method creates.

Remarks

Derived annotation objects must implement this method to enable the LEADTOOLS Annotation infrastructure to correctly construct objects at runtime. For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS WPF Annotations

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

Create requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.