SetaPDF_Core_Canvas_ContainerInterface An interface for objects which contains a canvas object.

File: /SetaPDF v2/Core/Canvas/ContainerInterface.php

Implemented in

Summary

Methods

getHeight()

abstract public SetaPDF_Core_Canvas_ContainerInterface::getHeight (
void
): float

Get the height for the canvas.

getObject()

Get the indirect object of the container.

This could be an object holding a dictionary or a stream.

Parameters
$observe : bool
 

getStreamProxy()

getWidth()

abstract public SetaPDF_Core_Canvas_ContainerInterface::getWidth (
void
): float

Get the width for the canvas.