PDFLineType

public enum PDFLineType : String

Different types of lines

  • No visible line

    Declaration

    Swift

    case none
  • Full line

    Declaration

    Swift

    case full
  • Dashed Line

    Dash length and spacing is three times the line width

    Declaration

    Swift

    case dashed
  • Dotted Line

    Dot spacing is twice the line width

    Declaration

    Swift

    case dotted