UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

9 lines (8 loc) 221 B
export declare class WatermarkAppearanceDTO { private readonly _appearOnForeground?; private readonly _opacity?; constructor(params: { appearOnForeground?: boolean; opacity?: number; }); }