PSPDFMediaScreenWindowType

Objective-C

NS_CLOSED_ENUM(NSUInteger, PSPDFMediaScreenWindowType) {
    PSPDFMediaScreenWindowTypeFloating,
    PSPDFMediaScreenWindowTypeFullscreen,
    PSPDFMediaScreenWindowTypeHidden,
    /// Default value
    PSPDFMediaScreenWindowTypeUseAnnotationRectangle,
}

Swift

@frozen enum MediaScreenWindowType : UInt

Undocumented