C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the size of this AnnContainer.
public LeadSizeD Size { get; set; }
Public Property Size As Leadtools.LeadSizeD
public Leadtools.LeadSizeD Size {get; set;}
@property (nonatomic) LeadSizeD size;
public LeadSizeD getSize()
public void setSize(LeadSizeD size)
get_Size();
set_Size(value);
Object.defineProperty('Size');
The size of this AnnContainer in annotation units (1/720 of an inch). The default value is 0,0.
In typical applications, you set the size of the container to the size of the image.
For an example, refer to AnnContainer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET