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.

C# | Visual Basic | Visual 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 )

- startPage (PDFPage)
- MISSING
- startChar (NSUInteger)
- MISSING
- endPage (PDFPage)
- MISSING
- endChar (NSUInteger)
- MISSING

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

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)