Contents

CGPDFObjectGetType(_:)

Returns the PDF type identifier of an object.

Declaration

func CGPDFObjectGetType(_ object: CGPDFObjectRef) -> CGPDFObjectType

Parameters

  • object:

    A PDF object. If the value if not a PDF object, the behavior is unspecified.

Return Value

Returns the type of the object parameter. See Abstract Types for PDF Document Content.

See Also

Getting Object Types and Values