PDFSectionColumn

public class PDFSectionColumn : PDFJSONSerializable

TODO: Documentation

  • Holds the relative column width. Value is between 0.0 and 1.0.

    Declaration

    Swift

    public private(set) var width: CGFloat {
      get
      }
  • Creates a new section column with the given relative width.

    Declaration

    Swift

    public init(width: CGFloat)

    Parameters

    width

    Relative column width. Value is between 0.0 and 1.0.