UNPKG

@compdfkit_pdf_sdk/react_native

Version:

ComPDFKit for React Native is a comprehensive SDK that allows you to quickly add PDF functionality to Android, iOS, and React Native applications.

23 lines 590 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CPDFWatermarkConfig = void 0; /** * Global watermark configuration. * @group Configuration */ class CPDFWatermarkConfig { types = ['text', 'image']; saveAsNewFile = false; outsideBackgroundColor = null; text = 'Watermark'; image = ''; textSize = 40; textColor = '#000000'; scale = 1.0; rotation = -45; opacity = 255; isFront = false; isTilePage = false; } exports.CPDFWatermarkConfig = CPDFWatermarkConfig; //# sourceMappingURL=CPDFWatermarkConfig.js.map