Skip to content

Commit

Permalink
Add property containsBM to PDExtGState
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Jul 9, 2024
1 parent a8338d8 commit 8518730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/PDLayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ type PDExtGState extends PDResource {
property SMaskNameValue: String;
% true if the ExtGState dictionary contains SMask key
property containsSMask: Boolean;
% true if the ExtGState dictionary contains BM key
property containsBM: Boolean;
% blend mode
property BMNameValue: String;
% link to blend mode
Expand Down

0 comments on commit 8518730

Please sign in to comment.