PDFViewer Display thumbnail panel programmaticaly

Hello,

I'm still reviewing your product and I m not found in the documentation how to display when the component appears, the thumbnail panel? 

All the documentation is here ?
https://blazor.syncfusion.com/documentation/pdfviewer/toolbar-customization/

Thanks,
Nicolas

4 Replies 1 reply marked as answer

VS Vasugi Sivajothi Syncfusion Team February 23, 2021 12:54 PM UTC

Hi Nicolas, 
 
 
We can view the thumbnail when initially loading the document in the PDF Viewer using isThumbnailViewOpen property. 
 
Please refer to the below code snippet and sample, 
 
Code Snippet: 
 
<SfPdfViewerServer @ref="@PDFViewer" DocumentPath="@DocumentPath" IsThumbnailPanelOpen="true"> </SfPdfViewerServer> 
 
 
Kindly try it and revert us with more details if the provided solution is not meet your requirement. 
 
Regards 
Vasugi 


Marked as answer

NN Nicolas NOEL February 23, 2021 04:44 PM UTC

Hi Vasugi,

Thank you it's works. Am I wrong or is this function not documented in the online documentation "IsThumbnailPanelOpen="true" I m only see https://blazor.syncfusion.com/documentation/pdfviewer/navigation/ ?

Because it bothers me to overload the forum with questions of such low level. Where to find this kind of info ?

Have nice day,
Nicolas




VS Vasugi Sivajothi Syncfusion Team February 24, 2021 11:27 AM UTC

Hi Nicolas, 
 
 
Sorry for the Inconvenience caused. 
 
Currently, we do not have documentation for IsThumbnailPanelOpen API in Blazor. However, we will update the details on documentation, and it will be included on 4 March 2021. 
 
 
Regards, 
Vasugi


VS Vasugi Sivajothi Syncfusion Team March 4, 2021 02:59 PM UTC

Hi Nicolas,  
   
Currently, we are working on this. So, we will update the documentation and let you know once it is reflected in live.    
 
 
Regards, 
Vasugi 


Loader.
Up arrow icon