Poppler.ImageMapping

Fields

Name

Type

Access

Description

area

Poppler.Rectangle

r/w

a Poppler.Rectangle representing an area of the page

image_id

int

r/w

an image identifier

Methods

class

new ()

copy ()

free ()

Details

class Poppler.ImageMapping

A Poppler.ImageMapping structure represents the location of an image on the page

classmethod new()
Returns:

a new Poppler.ImageMapping, use Poppler.ImageMapping.free() to free it

Return type:

Poppler.ImageMapping

Creates a new Poppler.ImageMapping

copy()
Returns:

a new allocated copy of self

Return type:

Poppler.ImageMapping

Creates a copy of self

free()

Frees the given Poppler.ImageMapping