PSPDFLabelStyle

Objective-C

NS_CLOSED_ENUM(NSUInteger, PSPDFLabelStyle) {
    /// Single color.
    PSPDFLabelStyleFlat,
    /// Uses blur.
    PSPDFLabelStyleModern
}

Swift

@frozen enum Style : UInt, @unchecked Sendable

Undocumented

  • Single color.

    Declaration

    Objective-C

    PSPDFLabelStyleFlat

    Swift

    case flat = 0
  • Uses blur.

    Declaration

    Objective-C

    PSPDFLabelStyleModern

    Swift

    case modern = 1