| Visual Basic (Declaration) | |
|---|---|
Public Property AnnotationObject As AnnObject | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerCustomAnnotationArgs Dim value As AnnObject instance.AnnotationObject = value value = instance.AnnotationObject | |
| C# | |
|---|---|
public AnnObject AnnotationObject {get; set;} | |
| C++/CLI | |
|---|---|
public: property AnnObject^ AnnotationObject { AnnObject^ get(); void set ( AnnObject^ value); } | |
Property Value
Leadtools.Annotations.AnnObject that represents the custom annotation object requested.For an example, please refer to MedicalViewerCustomAnnotationRequestedObject.
Sending this instance is a must, otherwise, the custom annotation creation will fail.
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