PageInfo
in package
Pdf extract content page info value object class
Tags
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
$rotate read-only
public
mixed
$rotate
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