C#
VB
C++
Gets or sets the value that determines the default unit that will be used when the user draws an annotation.
public AnnUnit DefaultAnnotationUnit { get; set; }
Public Property DefaultAnnotationUnit As Leadtools.Annotations.Core.AnnUnit
public:
property Leadtools.Annotations.Core.AnnUnit DefaultAnnotationUnit {
Leadtools.Annotations.Core.AnnUnit get();
void set ( Leadtools.Annotations.Core.AnnUnit );
}
A Leadtools.Annotations.Core.AnnUnit enumeration value that determines the default unit that will be used when the user draws an annotation.
For an example, refer to Leadtools.MedicalViewer.MedicalViewer().
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