Class Print_Api
- java.lang.Object
-
- com.ironsoftware.ironpdf.internal.staticapi.Print_Api
-
public final class Print_Api extends Object
The type Print api.
-
-
Constructor Summary
Constructors Constructor Description Print_Api()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
print(InternalPdfDocument internalPdfDocument, boolean isShowDialog)
Print.
-
-
-
Method Detail
-
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
-
-