Contents

rowSize(for:)

Returns the size needed to display a row of the current document page.

Declaration

func rowSize(for page: PDFPage) -> CGSize
func rowSize(for page: PDFPage) -> NSSize

Discussion

The size is dependent on the current scale factor and display attributes.

See Also

Scaling the View