PSPDFDocumentOrientation
Objective-C
NS_CLOSED_ENUM(NSInteger, PSPDFDocumentOrientation) {
PSPDFDocumentOrientationPortrait,
PSPDFDocumentOrientationLandscape,
}
Swift
@frozen enum PDFDocumentOrientation : Int
Undocumented
-
Undocumented
Declaration
Objective-C
PSPDFDocumentOrientationPortrait
Swift
case portrait = 0
-
Undocumented
Declaration
Objective-C
PSPDFDocumentOrientationLandscape
Swift
case landscape = 1