Container Property

Summary

Gets the annotation container that contains the annotation object to be created.

Syntax
C#
VB
C++
public AnnContainer Container { get; } 
  
Public ReadOnly Property Container As AnnContainer 
            public: 
property AnnContainer^ Container { 
   AnnContainer^ get(); 
} 

Property Value

Leadtools.Annotations.Engine.AnnContainer that represents the annotation container that contains the annotation object to be created.

Remarks

To retrieve the index of the sub-cell that uses this container, use the SubCellIndex property.

Example

For an example, refer to MedicalViewerBaseCell.StartDrawingAnnotation.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly