-
public interface PdfWriteCallbackPdfWriteCallback is the calback interface for saveAsCopy
-
-
Method Summary
Modifier and Type Method Description abstract IntegerWriteBlock(ByteArray data)WriteBlock is called by native code to write a block of data -
-
Method Detail
-
WriteBlock
abstract Integer WriteBlock(ByteArray data)
WriteBlock is called by native code to write a block of data
- Parameters:
data- the data to write
-
-
-
-