Skip to content

Commit

Permalink
missing enum
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadius committed Jul 28, 2022
1 parent db8879f commit c84bcb2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ios/BRUserDefaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ enum PrintPaperSize
Legal
};

// Item 3
#define kPrintOrientationKey @"PrintOrientationKey"
enum PrintOrientationKey
{
Landscape = 0x00,
Portrate = 0x01
};

// Item 4
#define kScalingModeKey @"ScalingModeKey"
enum PrintFitKey
Expand Down

0 comments on commit c84bcb2

Please sign in to comment.