PDF Viewer Control for .NET 2.0 Windows Forms
PrintAllFit Method (shrinkToFit)
NamespacesPdfViewer4WinNetPdfViewerPrintAllFit(Boolean)
Prints the entire document without displaying a user dialog box, and the pages are shrunk, if necessary, to fit into the imageable area of a page in the printer. The current printer, page settings, and job settings are used. This method returns immediately, even if the printing has not completed. NOTE:If security settings do not allow printing, this method will be ignored.
Declaration Syntax
C#Visual BasicVisual C++
public void PrintAllFit(
	bool shrinkToFit
)
Public Sub PrintAllFit ( _
	shrinkToFit As Boolean _
)
public:
void PrintAllFit(
	bool shrinkToFit
)
Parameters
shrinkToFit (Boolean)
Specifies whether the pages will be shrunk, if necessary, to fit into the imageable area of a page in the printer.

Assembly: PdfViewer4WinNet (Module: PdfViewer4WinNet) Version: 2.0.3167.22351 (2.0.0.0)