Optional behindSet to true for apply stamp behind the content. If the content is opaque, the stamp may be invisible.
false
Optional cssCss media type. Enables Media="screen" CSS Styles and StyleSheets
Note: By setting Print, IronPdf renders Stamp from HTML using CSS for media="print" as if printing a web page in a browser print dialog. It renders exactly as per Google Chrome.
{@link CssMediaType.Screen}</p>
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)
Generated using TypeDoc
An options for stampHtml