Template to use for showing the page number legend on each thumbnail item.
public string ItemTextTemplate {get; set;}
Public Property ItemTextTemplate() As String
Get
Set
public:
property String^ ItemTextTemplate
{
String^ get()
void set(String^ value)
}
The template to use for showing the page number legend on each thumbnail item. The default value is Page ##page##
.
The document viewer thumbnails support showing a legend indicating the page number for each thumbnail item. The default value 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