Documentation

PageInfo
in package

Pdf extract content page info value object class

Tags
category

Pop

author

Nick Sagona, III nick@popphp.org

copyright

Copyright (c) 2009-2026 Nick Sagona, III

license

https://www.popphp.org/license New BSD License

version
6.0.0

Table of Contents

Properties

$content  : string
$mediaBox  : mixed
$page  : array<string|int, mixed>
$resources  : array<string|int, mixed>
$rotate  : mixed

Methods

__construct()  : mixed
Constructor

Properties

$content read-only

public string $content

$mediaBox read-only

public mixed $mediaBox

$page read-only

public array<string|int, mixed> $page

$resources read-only

public array<string|int, mixed> $resources

Methods

__construct()

Constructor

public __construct(array<string|int, mixed> $page, array<string|int, mixed> $resources, mixed $mediaBox, mixed $rotate, string $content) : mixed

Instantiate a page info value object.

Parameters
$page : array<string|int, mixed>

The page's own (unresolved) dictionary

$resources : array<string|int, mixed>

The page's resolved /Resources dict (inherited if not set directly)

$mediaBox : mixed

The page's resolved /MediaBox (inherited if not set directly)

$rotate : mixed

The page's resolved /Rotate (inherited if not set directly)

$content : string

The page's resolved/decoded content stream text


        
On this page

Search results