The Container Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the annotation container of this AnnAutomation.| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property Container As AnnContainer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnAutomation Dim value As AnnContainer value = instance.Container | |
| C# | |
|---|---|
public virtual AnnContainer Container {get;} | |
| C++/CLI | |
|---|---|
public: virtual property AnnContainer^ Container { AnnContainer^ get(); } | |
Property Value
The AnnContainer object of this AnnAutomationFor an example, refer to AnnAutomationManager.
(Read only) Every AnnAutomation has one AnnContainer object.
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