Template to use for showing the page number legend on each thumbnail item.
Object.defineProperty(DocumentViewerThumbnails.prototype, 'itemTextTemplate',
get: function(),
set: function(value)
)
itemTextTemplate: string;
The template to use for showing the page number legend on each thumbnail item. Default value is Page ##page##
.
The document viewer thumbnails supports showing a legend indicating the page number for each thumbnail item. The default is Page ##page##
, where ##page##
will be replaced with the actual page number and result in legends such as Page 1
, Page 2
, etc.
To modify this behavior, set itemTextTemplate to the required value. For instance, setting the value to page no.(##page##)
will result in the legends such as page no.1
, page no.2
, etc.
To remove the legend completely set the value to null.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document