Pajdeg  0.2.2
Pajdeg
Files | Data Structures | Typedefs
PDSelection

A selection in a PDF document, with an associated page, rect, and text value. More...

Files

file  PDSelection.h
 

Data Structures

struct  PDSelection
 

Typedefs

typedef struct PDSelectionPDSelectionRef
 

Detailed Description

A selection in a PDF document, with an associated page, rect, and text value.

Although the word "selection" is used, any type of text matching is included.


Data Structure Documentation

struct PDSelection

A selection in a PDF

Although selections may span across multiple pages, this is currently ignored.

Data Fields

PDInteger page
 
PDRect position
 
const char * text
 

Typedef Documentation

typedef struct PDSelection* PDSelectionRef

A PDF selection.