PDF Viewer questions

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Viewer for .NET (v2)  /  PDF Viewer questions

DynamicPDF Viewer for .NET (v2) Forum

 Apr 27 2017 5:14 PM
Two questions:

1. Is there a way to turn off the page size label that appears at the top-left corner of the display area?

2. Is there a way to print direct, by providing a filename? Right now, I can print the pdf that is open in the control.
 May 02 2017 1:41 PM
Posted by a ceTe Software moderator
Hello,

1. You can hide the page size label by setting ShowStatusBar property of PdfViewer object to false. Below is the code sample.

       pdfViewer1.Open(@"File path to open the PDF");
       pdfViewer1.ShowStatusBar = false;

2. It is not possible to print the PDF by specifying the file path using DynamicPDF Viewer for .NET product. You can use our other product called DynamicPDF PrintManager for .NET which allows printing PDFs dynamically by specifying the PDF file path. Evaluation editon for this product is available for download here. Documentation with sample code is available here.

Thanks,
ceTe Software Support Team.


All times are US Eastern Standard time. The time now is 5:32 PM.