PSPDFMediaScreenWindowType
Objective-C
NS_CLOSED_ENUM(NSUInteger, PSPDFMediaScreenWindowType) {
PSPDFMediaScreenWindowTypeFloating,
PSPDFMediaScreenWindowTypeFullscreen,
PSPDFMediaScreenWindowTypeHidden,
/// Default value
PSPDFMediaScreenWindowTypeUseAnnotationRectangle,
}
Swift
@frozen enum MediaScreenWindowType : UInt
Undocumented
-
Undocumented
Declaration
Objective-C
PSPDFMediaScreenWindowTypeFloating
Swift
case floating = 0
-
Undocumented
Declaration
Objective-C
PSPDFMediaScreenWindowTypeFullscreen
Swift
case fullscreen = 1
-
Undocumented
Declaration
Objective-C
PSPDFMediaScreenWindowTypeHidden
Swift
case hidden = 2
-
Default value
Declaration
Objective-C
PSPDFMediaScreenWindowTypeUseAnnotationRectangle
Swift
case useAnnotationRectangle = 3