MonobjcMonobjc Documented Class Library
SelectionFromPageAtCharacterIndexToPageAtCharacterIndex Method (startPage, startChar, endPage, endChar)
NamespacesMonobjc.QuartzPDFDocumentSelectionFromPageAtCharacterIndexToPageAtCharacterIndex(PDFPage, NSUInteger, PDFPage, NSUInteger)

Returns the specified selection based on starting and ending character indexes.

Original signature is '- (PDFSelection *)selectionFromPage:(PDFPage *)startPage atCharacterIndex:(NSUInteger)startChar toPage:(PDFPage *)endPage atCharacterIndex:(NSUInteger)endChar'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual PDFSelection SelectionFromPageAtCharacterIndexToPageAtCharacterIndex(
	PDFPage startPage,
	NSUInteger startChar,
	PDFPage endPage,
	NSUInteger endChar
)
Public Overridable Function SelectionFromPageAtCharacterIndexToPageAtCharacterIndex ( _
	startPage As PDFPage, _
	startChar As NSUInteger, _
	endPage As PDFPage, _
	endChar As NSUInteger _
) As PDFSelection
public:
virtual PDFSelection^ SelectionFromPageAtCharacterIndexToPageAtCharacterIndex(
	PDFPage^ startPage, 
	NSUInteger startChar, 
	PDFPage^ endPage, 
	NSUInteger endChar
)
Parameters
startPage (PDFPage)
MISSING
startChar (NSUInteger)
MISSING
endPage (PDFPage)
MISSING
endChar (NSUInteger)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFDocument.SelectionFromPageAtCharacterIndexToPageAtCharacterIndex(Monobjc.Quartz.PDFPage,Monobjc.Foundation.NSUInteger,Monobjc.Quartz.PDFPage,Monobjc.Foundation.NSUInteger)"]

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)