com.pdftron.pdf.asynctask.CreateBitmapFromCustomStampTask.OnCustomStampCreatedCallback |
Known Indirect Subclasses
|
Class Overview
Callback interface for when the bitmap of a custom rubber stamp is created.
Summary
Public Methods |
abstract
void
|
onCustomStampCreated(Bitmap bitmap)
Called when the bitmap of a custom rubber stamp is generated.
|
Public Methods
public
abstract
void
onCustomStampCreated
(Bitmap bitmap)
Called when the bitmap of a custom rubber stamp is generated.
Parameters
bitmap |
The bitmap of the custom rubber stamp
|