MonobjcMonobjc Documented Class Library
GetPageNumber Method (page)
NamespacesMonobjc.ApplicationServicesCGPDFPageGetPageNumber(IntPtr)

Returns the page number of the specified PDF page.

Original signature is 'size_t CGPDFPageGetPageNumber ( CGPDFPageRef page );'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSUInteger GetPageNumber(
	IntPtr page
)
Public Shared Function GetPageNumber ( _
	page As IntPtr _
) As NSUInteger
public:
static NSUInteger GetPageNumber(
	IntPtr page
)
Parameters
page (IntPtr)
MISSING
Return Value
Returns the page number of the specified page.
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)