MonobjcMonobjc Documented Class Library
SelectionForRange Method (range)
NamespacesMonobjc.QuartzPDFPageSelectionForRange(NSRange)

Returns the text contained within the specified range.

Original signature is '- (PDFSelection *)selectionForRange:(NSRange)range'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual PDFSelection SelectionForRange(
	NSRange range
)
Public Overridable Function SelectionForRange ( _
	range As NSRange _
) As PDFSelection
public:
virtual PDFSelection^ SelectionForRange(
	NSRange range
)
Parameters
range (NSRange)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFPage.SelectionForRange(Monobjc.Foundation.NSRange)"]

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)