C#
VB
C++
Gets or sets the Leadtools.Annotations.Core.AnnFont class that represents the font used for the text in all the annotation objects.
public AnnFont DefaultAnnotationFont { get; set; }
Public Property DefaultAnnotationFont As Leadtools.Annotations.Core.AnnFont
public:
property Leadtools.Annotations.Core.AnnFont^ DefaultAnnotationFont {
Leadtools.Annotations.Core.AnnFont^ get();
void set ( Leadtools.Annotations.Core.AnnFont^ );
}
Leadtools.Annotations.Core.AnnFont class that represents the font used for the text in all the annotation objects that will be drawn later.
For an example, refer to MedicalViewerSubCell.
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