Skip to content

Commit

Permalink
Add annot keys for '/C', '/InkList' and other dict keys
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjie authored and s3bk committed Dec 11, 2024
1 parent b69e075 commit 1cdc10d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pdf/src/object/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,15 @@ pub struct Annot {

#[pdf(key="Border")]
pub border: Option<Primitive>,

#[pdf(key="C")]
pub color: Option<Primitive>,

#[pdf(key="InkList")]
pub inkList: Option<Primitive>,

#[pdf(other)]
pub other: Dictionary,
}

#[derive(Object, ObjectWrite, Debug, DataSize, Clone)]
Expand Down

0 comments on commit 1cdc10d

Please sign in to comment.