.PdfPage (gb.poppler)
This virtual class represents one page of the PDF document.
Cette class est virtuelle.
Cette classe n'est pas instanciable.
Propriétés
H
|
Return the page height in pixels, according to the Resolution property.
|
Height
|
Return the page height in pixels, according to the Resolution property.
|
Label
|
Return the label of the page.
|
Text
|
Return the text of the page.
|
Thumbnail
|
Return the thumbnail of the page, or NULL if there is no thumbnail.
|
W
|
Return the page width in pixels, according to the Resolution property.
|
Width
|
Return the page width in pixels, according to the Resolution property.
|
Méthodes
FindText
|
Search for a specific text in the page, and return the location of all text occurrences as an array of rectangles.
|
GetText
|
Return the text delimited by the specified rectangle.
|
Render
|
Render the page and return the resulting image.
|