Class Print_Api
java.lang.Object
com.ironsoftware.ironpdf.internal.staticapi.Print_Api
The type Print api.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
print
(InternalPdfDocument internalPdfDocument, boolean isShowDialog) Print.
-
Constructor Details
-
Print_Api
public Print_Api()
-
-
Method Details
-
print
public static void print(InternalPdfDocument internalPdfDocument, boolean isShowDialog) throws PrinterException Print.- Parameters:
internalPdfDocument
- the internal pdf documentisShowDialog
- the is show dialog- Throws:
PrinterException
- the printer exception
-