C#
VB
C++
Gets a value indicating whether this AnnDrawable object has a font.
public virtual bool HasFont { get; }
Public Overridable ReadOnly Property HasFont As Boolean
public:
virtual property bool HasFont {
bool get();
}
true if this AnnDrawable object has a font; false otherwise.
An AnnDrawable has a font if the SupportsFont property is true and the Font property is not null (Nothing in VB).
For an example, refer to AnnDrawable.
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