MonobjcMonobjc Documented Class Library
PDFDestination Constructor (page, point)
NamespacesMonobjc.QuartzPDFDestinationPDFDestination(PDFPage, NSPoint)

Initializes the destination.

Original signature is '- (id)initWithPage:(PDFPage *)page atPoint:(NSPoint)point'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public PDFDestination(
	PDFPage page,
	NSPoint point
)
Public Sub New ( _
	page As PDFPage, _
	point As NSPoint _
)
public:
PDFDestination(
	PDFPage^ page, 
	NSPoint point
)
Parameters
page (PDFPage)
The page of the destination.
point (NSPoint)
The point of the destination, in page space.
Return Value
An initialized PDFDestination instance, or NULL if the object could not be initialized.
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.Quartz (Module: Monobjc.Quartz)