Contents

getBoxRect(_:)

Returns the rectangle that represents a type of box for a content region or page dimensions of a PDF page.

Declaration

func getBoxRect(_ box: CGPDFBox) -> CGRect

Parameters

  • box:

    A constant that specifies the type of box. For possible values, see Cgpdfbox.

Return Value

Returns the rectangle associated with the type of box specified by the box parameter in the specified page.

Discussion

Returns the rectangle associated with the specified box in the specified page. This is the value of the corresponding entry (such as /MediaBox, /ArtBox, and so on) in the page’s dictionary.

See Also

Getting Page Information