C#
VB
Java
Objective-C
WinRT C#
Gets or sets a value that indicates whether the viewer should draw an image on its canvas or not.
public bool OwnerDraw {get; set;}
Public Property OwnerDraw As Boolean
public bool OwnerDraw {get; set;}
@property (nonatomic, assign) BOOL ownerDraw
public boolean getEnableOwnerDraw()
public void setEnableOwnerDraw(boolean enable)
get_OwnerDraw();
set_OwnerDraw(value);
Object.defineProperty('OwnerDraw');
true if viewer should not draw the image on its canvas; otherwise, it is false. Default value is false.
Changing the value of this property will fire the PropertyChanged event.
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