CPDFDisplayMode Constants Reference

Declared in CPDFView.h

CPDFDisplayMode

Definition

typedef NS_ENUM(NSInteger, CPDFDisplayMode ) {
   CPDFDisplayModeNormal = 0,
   CPDFDisplayModeNight = 1,
   CPDFDisplayModeSoft = 2,
   CPDFDisplayModeGreen = 3,
   CPDFDisplayModeCustom = 4,
};

Constants

CPDFDisplayModeNormal

Declared In CPDFView.h.

CPDFDisplayModeNight

Declared In CPDFView.h.

CPDFDisplayModeSoft

Declared In CPDFView.h.

CPDFDisplayModeGreen

Declared In CPDFView.h.

CPDFDisplayModeCustom

Declared In CPDFView.h.