Skip to content

Commit

Permalink
Merge pull request #314 from veraPDF/watermark_annot
Browse files Browse the repository at this point in the history
Add type PDWatermarkAnnot
  • Loading branch information
MaximPlusov authored Dec 26, 2023
2 parents 2703507 + f5b3f12 commit f5e04e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/PDLayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f5e04e6

Please sign in to comment.