CGPDFStringCopyTextString(_:)
Returns a CFString object that represents a PDF string as a text string.
Declaration
func CGPDFStringCopyTextString(_ string: CGPDFStringRef) -> CFString?Parameters
- string:
A PDF string. If this value is
NULL, it will cause an error.
Return Value
Returns a CFString object that represents the specified PDF string as a text string. You are responsible for releasing this object.