MonobjcMonobjc Documented Class Library
CurrentDestination Property
NamespacesMonobjc.QuartzPDFViewCurrentDestination

Returns a PDFDestination object representing the current page and the current point in the view specified in page space.

Original signature is '- (PDFDestination *)currentDestination'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual PDFDestination CurrentDestination { get; }
Public Overridable ReadOnly Property CurrentDestination As PDFDestination
	Get
public:
virtual property PDFDestination^ CurrentDestination {
	PDFDestination^ get ();
}
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)