C#
VB
C++
Gets a value indicating whether this AnnDrawable object has a pen.
public virtual bool HasPen { get; }
Public Overridable ReadOnly Property HasPen As Boolean
public:
virtual property bool HasPen {
bool get();
}
true if this AnnDrawable object has a pen; false otherwise.
An AnnDrawable has a pen if the SupportsPen property is true and the Pen 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