HalftoneType5
extends PdfObject
in package
Composite halftone (HalftoneType 5) — ISO 32000-2 §10.6.5.
Contains one entry per colorant (e.g. /Cyan, /Magenta, etc.), each referencing a single-component halftone, plus a /Default entry.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_3
Table of Contents
Constants
- PDF_TYPE = 'Halftone'
Properties
- $colorants : PdfDictionary|null
- $default : Serializable|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
= 'Halftone'
Properties
$colorants
public
PdfDictionary|null
$colorants
= null
$default
public
Serializable|null
$default
= 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