←Select platform

ItemTextTemplate Property

Summary

Template to use for showing the page number legend on each thumbnail item.

Syntax
C#
VB
C++
public string ItemTextTemplate {get; set;} 
Public Property ItemTextTemplate() As String 
   Get 
   Set 
public:  
   property String^ ItemTextTemplate 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The template to use for showing the page number legend on each thumbnail item. The default value is Page ##page##.

Remarks

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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.