sempdf
sempdf v1.9.1Interfaces

Interface: TemplateWatermarkOptions

sempdf v1.9.1


sempdf / TemplateWatermarkOptions

Defined in: src/types.ts:2351

Options for a document watermark drawn behind every page's content.

Properties

PropertyTypeDescriptionDefined in
color?ColorInputText color. Defaults to a medium gray.src/types.ts:2359
font?PdfFontFont. Defaults to Helvetica-Bold.src/types.ts:2357
fontSize?numberFont size in points. Defaults to an automatic size that spans the page diagonally.src/types.ts:2355
opacity?numberFill opacity (0-1). Defaults to 0.15.src/types.ts:2361
rotation?numberRotation in degrees, counter-clockwise about the page center. Defaults to 45.src/types.ts:2363
textstringWatermark text.src/types.ts:2353

On this page