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.