C#
VB
Java
Objective-C
Gets the user views.
public List<Element> UserElements {get;}
Public ReadOnly Property UserElements As List(Of Element)
iOS:
@property (nonatomic, strong, readonly) NSMutableArray<UIView *> *userViews
macOS:
@property (nonatomic, strong, readonly) NSMutableArray<NSView *> *userViews
public List<View> getUserViews()
The user views.
Any extra views that should participate in the events handling. If you are adding any views on top of the viewer in the page, then you must add these views into UserElements to allow the service to handle events on these views.
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