FileDimensions

public struct FileDimensions: Codable

The dimensions of a File

  • The width of the file

    Declaration

    Swift

    public let width: Float
  • The height of the file

    Declaration

    Swift

    public let height: Float