Gets or sets a value indicating whether to show the picture.
public bool ShowPicture { get; set; }
Public Property ShowPicture As Boolean
public bool ShowPicture {get; set;}
@property (nonatomic) BOOL showPicture;
public boolean getShowPicture()
public void setShowPicture(boolean showPicture)
get_ShowPicture();
set_ShowPicture(value);
Object.defineProperty('ShowPicture');
public:
property bool ShowPicture
{
bool get()
void set(bool value)
}
true to show the picture in Picture; otherwise, draw the ellipse.
The AnnPointObject works in two ways: If the value of ShowPicture is true; this object will draw the picture in Picture with CenterPoint as the center point. Stroke, Fill and Radius will be ignored. If ShowPicture is false, this object will draw an ellipse using Stroke, Fill and Radius around CenterPoint.
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