BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hello to all,
I am glad that I recently became a member on this community.
By working on my own helper class to enable/disable toolbar icons on PDF Viewer toolbars, I found that the following page is not up to date:
https://help.syncfusion.com/wpf/pdf-viewer/how-to/disable-toolbar-items
For example, there is no toolbar template with name: PART_LabelTotalPageCount
Can someone let me know what is the real control name?
Danijel,
The "PART_LabelTotalPageCount" name was wrongly as "PART_LableTotalPageCount" in wpf pdfviewer source and in UG page there was no details about textmarkup annotation. We will update the UG page as soon as possible. As of now you can use the below button name to use them.
Toolbar item |
Template name |
Type |
Page count tool |
PART_LableTotalPageCount |
System.Windows.Controls.TextBlock |
Text markup tool |
PART_TextMarkup |
System.Windows.Controls.Primitives.ToggleButton |
We will update the template name to “PART_LabelTotalPageCount” in any of the upcoming release and we update this as breaking change in the release note. After that you can change the template name in your project.
Hello Krithika,
Danijel,
We will update the UG page as soon as possible. As of now you can use the below text block name to use the mentioned one. We have created a sample as per your requirement and attached below.
Toolbar item |
Template name |
Type |
Page separator tool |
PART_PageSeparator |
System.Windows.Controls.TextBlock |
Hello Krithika,
Thank you so much for providing correct control name.
Most Welcome.