Page

public struct Page
extension Document.Page: Decodable

A document’s page, consisting of an array of number and its page number

  • Page number

    Declaration

    Swift

    public let number: Int
  • Page image urls array, along with their sizes

    Declaration

    Swift

    public let images: [(size: Size, url: URL)]
  • Page size

    See more

    Declaration

    Swift

    public enum Size : String, Decodable
  • Declaration

    Swift

    public init(from decoder: Decoder) throws