Contents

beginPDFPage(_:)

Begins a new page in a PDF graphics context.

Declaration

func beginPDFPage(_ pageInfo: CFDictionary?)

Parameters

  • pageInfo:

    A dictionary that contains key-value pairs that define the page properties.

Discussion

You must call the function endPDFPage() to signal the end of the page.

See Also

Managing a PDF Graphics Context