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.

19 lines 431 B
/** * Global watermark configuration. * @group Configuration */ export 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; } //# sourceMappingURL=CPDFWatermarkConfig.js.map