LinearizationParameters
extends PdfObject
in package
Linearization parameter dictionary — ISO 32000-2 §F.2.1.
First object in a linearized (web-optimized) PDF file. Describes the layout parameters needed by a reader to fetch the document's first page and catalog without downloading the entire file.
This class is object-model only; PdfWriter does not yet emit
linearized files.
Table of Contents
Properties
- $e : int
- $generationNumber : int
- $h : PdfArray
- $l : int
- $linearized : float
- $n : int
- $o : int
- $objectNumber : int
- $t : int
Methods
- __construct() : mixed
- toIndirectObject() : string
- Wrap the object in an indirect object structure: X Y obj ... endobj
- toPdf() : string
- Serialize the object's dictionary/value to PDF syntax.
Properties
$e
public
int
$e
= 0
$generationNumber
public
int
$generationNumber
= 0
$h
public
PdfArray
$h
$l
public
int
$l
= 0
$linearized
public
float
$linearized
= 1.0
$n
public
int
$n
= 0
$o
public
int
$o
= 0
$objectNumber
public
int
$objectNumber
= 0
$t
public
int
$t
= 0
Methods
__construct()
public
__construct() : mixed
toIndirectObject()
Wrap the object in an indirect object structure: X Y obj ... endobj
public
toIndirectObject() : string
Return values
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string