←Select platform

Size Property

Summary

Gets or sets the size of this AnnContainer.

Syntax
C#
VB
Objective-C
C++
Java
public LeadSizeD Size { get; set; } 
Public Property Size As LeadSizeD 
@property (nonatomic) LeadSizeD size; 
public LeadSizeD getSize() 
public void setSize(LeadSizeD size) 
public:  
   property LeadSizeD^ Size 
   { 
      LeadSizeD^ get() 
      void set(LeadSizeD^ value) 
   } 

Property Value

The size of this AnnContainer in annotation units (1/720 of an inch). The default value is 0,0.

Remarks

In typical applications, you set the size of the container to the size of the image.

Example

For an example, refer to AnnContainer.

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.Annotations.Engine Assembly