PDFSectionColumn

public class PDFSectionColumn: PDFJSONSerializable

Undocumented

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

    Declaration

    Swift

    public private(set) var width: CGFloat
  • 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.