←Select platform

Container Property

Summary

Gets the owner annotation container.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnContainer Container { get; } 
Public ReadOnly Property Container As Leadtools.Annotations.Core.AnnContainer 
@property (nonatomic,readonly) LTAnnContainer* container; 
public AnnContainer getContainer() 
 get_Container();  
public:  
   property AnnContainer^ Container 
   { 
      AnnContainer^ get() 
   } 

Property Value

The owner annotation container.

Example

For an example, refer to AnnRenderingEngine.LoadPicture.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly