From f5b3f122a2913f956c8295fd5bd938060efc2d20 Mon Sep 17 00:00:00 2001 From: Maxim Date: Mon, 25 Dec 2023 12:32:07 +0300 Subject: [PATCH] Add type PDWatermarkAnnot --- src/main/java/PDLayer.mdl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/PDLayer.mdl b/src/main/java/PDLayer.mdl index a21bbb3..a6362c8 100644 --- a/src/main/java/PDLayer.mdl +++ b/src/main/java/PDLayer.mdl @@ -654,6 +654,11 @@ type PDSoundAnnot extends PDAnnot { type PDTrapNetAnnot extends PDAnnot { } +% watermark annotation +type PDWatermarkAnnot extends PDAnnot { +} + + % widget annotation type PDWidgetAnnot extends PDAnnot { % the value of the /TU entry (Field type), in case this is the widget annotation representing the form field,