Other Type Aliases

The following type aliases are available globally.

  • Undocumented

    Declaration

    Swift

    public typealias KeyModifierFlags = NSEvent.ModifierFlags
  • Undocumented

    Declaration

    Swift

    public typealias UIColor = NSColor
  • Undocumented

    Declaration

    Swift

    public typealias UIFont = NSFont
  • Undocumented

    Declaration

    Swift

    public typealias UIFontDescriptor = NSFontDescriptor
  • Undocumented

    Declaration

    Swift

    public typealias UIImage = NSImage
  • Undocumented

    Declaration

    Swift

    public typealias UIEdgeInsets = NSEdgeInsets
  • Declaration

    Swift

    @available(*, deprecated, renamed: "PDFFileAnnotationProvider", message: "Deprecated in PSPDFKit 9.4 for iOS and 4.4 for macOS.")
    public typealias PDFFileAnnotationPovider = PDFFileAnnotationProvider
  • Use AESCryptoInputStreamError instead.

    Declaration

    Swift

    @available(*, deprecated, renamed: "AESCryptoInputStreamError", message: "Deprecated in PSPDFKit 9.4 for iOS and 4.4 for macOS.")
    public typealias AESCryptoInputStreamErrorCode = AESCryptoInputStreamError
  • Use AESCryptoOutputStreamError instead.

    Declaration

    Swift

    @available(*, deprecated, renamed: "AESCryptoOutputStreamError", message: "Deprecated in PSPDFKit 9.4 for iOS and 4.4 for macOS.")
    public typealias AESCryptoOutputStreamErrorCode = AESCryptoOutputStreamError
  • Use [DrawingPoint] instead. An array of drawing points may be in a view coordinate space or a PDF page coordinate space.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in PSPDFKit 9.4 for iOS and 4.4 for macOS. Use `[DrawingPoint]` instead.")
    public typealias PDFLine = [DrawingPoint]
  • Use [CGPoint] instead. An array of points may be in a view coordinate space or a PDF page coordinate space.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in PSPDFKit 9.4 for iOS and 4.4 for macOS. Use `[CGPoint]` instead.")
    public typealias ViewLine = [CGPoint]
  • Undocumented

    Declaration

    Swift

    public typealias PDFRenderDrawBlock = @convention(block) (_ context: CGContext, _ pageIndex: PageIndex, _ pageRect: CGRect, _ options: RenderOptions?) -> Void
  • Undocumented

    Declaration

    Swift

    public typealias RenderDrawHandler = PDFRenderDrawBlock