MonobjcMonobjc Documented Class Library
GetRotationAngle Method (page)
NamespacesMonobjc.ApplicationServicesCGPDFPageGetRotationAngle(IntPtr)

Returns the rotation angle of a PDF page.

Original signature is 'int CGPDFPageGetRotationAngle ( CGPDFPageRef page );'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static int GetRotationAngle(
	IntPtr page
)
Public Shared Function GetRotationAngle ( _
	page As IntPtr _
) As Integer
public:
static int GetRotationAngle(
	IntPtr page
)
Parameters
page (IntPtr)
MISSING
Return Value
The rotation angle (in degrees) of the specified page. This is the value of the /Rotate entry in the page’s dictionary.
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)