Skip to content

Commit

Permalink
[PDFKit] the forgotten enum
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Aug 1, 2017
1 parent 2691a3e commit 9666ab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PdfKit/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ public enum PdfAreaOfInterest : nint {
ImageArea = 1 << 8
}

[iOS (11,0), Mac (10,13)]
[NoMac] // [Mac (10,13)] Headers do not show changes on Mac
[iOS (11,0)]
[Native]
public enum PdfDisplayDirection : nint {
Vertical = 0,
Expand Down

0 comments on commit 9666ab9

Please sign in to comment.