withSize

open fun withSize(pdfWidth: Float, pdfHeight: Float): StampPickerItem.Builder

Sets default stamp width and height in pdf points.

Parameters

pdfWidth

Required stamp width in pdf points.

pdfHeight

Required stamp height in pdf points.


Sets default stamp size in pdf points. This is equivalent to calling withSize with the same width and height parameters.

Parameters

pdfSize

Required stamp width and height in pdf points.