C#
VB
C++
Indicates whether annotation support is to be enabled in the document viewer
public bool UseAnnotations { get; set; }
Public Property UseAnnotations() As Boolean
Get
Set
public:
property bool UseAnnotations
{
bool get()
void set(bool value)
}
true to enable annotation support in the document viewer; otherwise, false.
Refer to DocumentViewerCreateOptions for more information.
For an example, refer to DocumentViewer.
DocumentViewerCreateOptions Class
DocumentViewerCreateOptions Members
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