Contents

UIGraphicsPDFRendererFormat

A set of drawing attributes that represents the configuration of a PDF renderer context.

Declaration

class UIGraphicsPDFRendererFormat

Overview

Use this subclass of UIGraphicsRendererFormat to provide context configuration parameters to a UIGraphicsPDFRenderer.

Create an instance and then add PDF configuration parameters to the documentInfo dictionary.

The following code demonstrates how you can use a PDF renderer format object to specify the author of the PDFs created by a PDF renderer.

Topics

Getting the PDF document info

See Also

Graphics contexts