Encoding
extends PdfObject
in package
Encoding object (/Type /Encoding).
Defines the mapping of character codes to glyph names.
Table of Contents
Constants
- PDF_TYPE = 'Encoding'
Properties
- $baseEncoding : PdfName|null
- $differences : PdfArray|null
- $generationNumber : int
- $objectNumber : int
Methods
- 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.
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= 'Encoding'
Properties
$baseEncoding
public
PdfName|null
$baseEncoding
= null
$differences
public
PdfArray|null
$differences
= null
$generationNumber
public
int
$generationNumber
= 0
$objectNumber
public
int
$objectNumber
= 0
Methods
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