| java.lang.Object | |
| ↳ | com.pspdfkit.annotations.stamps.StampPickerItem.BitmapStampBuilder |
Builder for creating custom stamps with bitmap image.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| StampPickerItem |
build()
Build stamp item that can be used in
getStampsForPicker(). | ||||||||||
| StampPickerItem.BitmapStampBuilder |
withSize(float pdfWidth, float pdfHeight)
Sets default stamp width and height in pdf points.
| ||||||||||
| StampPickerItem.BitmapStampBuilder |
withSize(float pdfWidth)
Sets default stamp size in pdf points.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets default stamp width and height in pdf points.
| pdfWidth | Required stamp width in pdf points. |
|---|---|
| pdfHeight | Required stamp height in pdf points. |
Sets default stamp size in pdf points. Height is calculated from bitmap's aspect ratio.
| pdfWidth | Required stamp width in pdf points. |
|---|