MonobjcMonobjc Documented Class Library
PopString Method (scanner, value)
NamespacesMonobjc.ApplicationServicesCGPDFScannerPopString(IntPtr, IntPtr)

Retrieves a string object from the scanner stack.

Original signature is 'bool CGPDFScannerPopString ( CGPDFScannerRef scanner, CGPDFStringRef *value );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool PopString(
	IntPtr scanner,
	IntPtr value
)
Public Shared Function PopString ( _
	scanner As IntPtr, _
	value As IntPtr _
) As Boolean
public:
static bool PopString(
	IntPtr scanner, 
	IntPtr value
)
Parameters
scanner (IntPtr)
MISSING
value (IntPtr)
MISSING
Return Value
true if the string is retrieved successfully; otherwise, false.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)