FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
The PDFPageBatchProcessor class controls the start
, flush
, and end
cycles of a batch processor, and calling property update methods within the batch processor declaration cycle can greatly improve performance.
More...
Public Member Functions | |
Promise< void > | end () |
End this bacth processor, and flush all cached operations. This method must be called within the finally block of try{}finally{} . More... | |
Promise< void > | flush () |
Flush all cached operations before ending. More... | |
Promise< void > | start () |
Start this batch procesor, after starting we can update the properties of the PDF object. More... | |
The PDFPageBatchProcessor class controls the start
, flush
, and end
cycles of a batch processor, and calling property update methods within the batch processor declaration cycle can greatly improve performance.
Promise<void> PDFPageBatchProcessor::end | ( | ) |
End this bacth processor, and flush all cached operations. This method must be called within the finally block of try{}finally{}
.
Promise<void> PDFPageBatchProcessor::flush | ( | ) |
Flush all cached operations before ending.
Promise<void> PDFPageBatchProcessor::start | ( | ) |
Start this batch procesor, after starting we can update the properties of the PDF object.