PSPDFDocumentOrientation

Objective-C

NS_CLOSED_ENUM(NSInteger, PSPDFDocumentOrientation) {
    PSPDFDocumentOrientationPortrait,
    PSPDFDocumentOrientationLandscape,
}

Swift

@frozen enum PDFDocumentOrientation : Int, @unchecked Sendable

Undocumented