public interface CefPdfPrintCallback
限定符和类型 | 方法和说明 |
---|---|
void |
onPdfPrintFinished(java.lang.String path, boolean ok)
Method that will be executed when the PDF printing has completed.
(PDF打印完成时将执行的方法。)
|
void onPdfPrintFinished(java.lang.String path, boolean ok)
path
- The path of the PDF file that was written.
(-写入的PDF文件的路径。)
ok
- True if printing completed or false otherwise.
(-如果打印完成,则为true,否则为false。)