CGPDFObjectGetType(_:)
Returns the PDF type identifier of an object.
Declaration
func CGPDFObjectGetType(_ object: CGPDFObjectRef) -> CGPDFObjectTypeParameters
- 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.