gi-poppler-0.18.11: Poppler bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Poppler.Structs.ImageMapping

Contents

Description

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

Synopsis

Exported types

newZeroImageMapping :: MonadIO m => m ImageMapping Source #

Construct a ImageMapping struct initialized to zero.

Methods

copy

imageMappingCopy Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> ImageMapping

mapping: a ImageMapping to copy

-> m ImageMapping

Returns: a new allocated copy of mapping

Creates a copy of mapping

free

imageMappingFree Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> ImageMapping

mapping: a ImageMapping

-> m () 

Frees the given ImageMapping

new

imageMappingNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m ImageMapping

Returns: a new ImageMapping, use imageMappingFree to free it

Creates a new ImageMapping

Properties

area

imageId