Package com.datalogics.PDFL
Class ImageData
java.lang.Object
com.datalogics.PDFL.ImageData
A class representing the decompressed Image Data.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()byte[]The actual bytes of the decompressed Image Data.
-
Method Details
-
delete
public void delete() -
getRawData
public byte[] getRawData()The actual bytes of the decompressed Image Data.
-