Optional
barcodeBarcode encoding type to use for this Stamper. Supported encoding types include: QRCode, Code128, and Code39. Please see BarcodeType]
{@link BarcodeType.qrCode}
Optional
behindSet to true for apply stamp behind the content. If the content is opaque, the stamp may be invisible.
false
Optional
heightThe height in px of barcode
250
The horizontal alignment of the stamp relative to the page.
Optional
horizontalThe horizontal offset. Value of 0 has no effect. Positive indicates an offset to the right direction. Negative indicates an offset to the left direction.
{@link MeasurementUnit.Percentage} value 0 (no offset)
Optional
hyperlinkMakes stamped elements of this Stamper have an on-click hyperlink. Note: HTML links created by <a href=''> tags are not reserved by stamping.
undefined
Optional
maxThe maximum height of the output stamp.
undefined
Optional
maxThe maximum width of the output stamp.
undefined
Optional
minThe minimum height of the output stamp.
undefined
Optional
minThe minimum width of the output stamp.
undefined
Optional
opacityGets opacity. Allows the stamp to be transparent. 0 is fully invisible, 100 if fully opaque.
100
Optional
renderMilliseconds to wait after Html is rendered before printing. This can use useful when considering the rendering of JavaScript, Ajax or animations.
value for HtmlStamper is 100, The other Stamper is 0.
Optional
rotationRotates the stamp clockwise from 0 to 360 degrees as specified.
0
Optional
scaleApplies a percentage scale to the stamps to be larger or smaller.
100 (Percent) which has no effect.
Optional
timeoutRender timeout in seconds
60
The vertical alignment of the stamp relative to the page.
Optional
verticalThe horizontal offset. Value of 0 has no effect. Positive indicates an offset to the downward direction. Negative indicates an offset to the upward direction.
{@link MeasurementUnit.Percentage} value 0 (no offset)
Optional
widthThe width in px of barcode
250
Generated using TypeDoc
An options for stampBarcode