phpdftk API Documentation

ExtGState extends PdfObject
in package

External Graphics State parameter dictionary (/Type /ExtGState).

Attributes
#[RequiresPdfVersion]
\Phpdftk\Pdf\Core\PdfVersion::V1_3

Table of Contents

Constants

PDF_TYPE  = 'ExtGState'

Properties

$ais  : bool|null
$bg  : mixed
$bg2  : mixed
$bm  : mixed
$ca  : float|null
$caLower  : float|null
$d  : PdfArray|null
$fl  : float|null
$font  : PdfArray|null
$generationNumber  : int
$ht  : mixed
$hto  : PdfArray|null
$lc  : int|null
$lj  : int|null
$lw  : float|null
$ml  : float|null
$objectNumber  : int
$op  : bool|null
$opLower  : bool|null
$opm  : int|null
$ri  : PdfName|null
$sa  : bool|null
$sm  : float|null
$sMask  : mixed
$tk  : bool|null
$tr  : mixed
$tr2  : mixed
$ucr  : mixed
$ucr2  : mixed
$useBlackPtComp  : PdfName|null

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 = 'ExtGState'

Properties

$generationNumber

public int $generationNumber = 0

Methods

toIndirectObject()

Wrap the object in an indirect object structure: X Y obj ... endobj

public toIndirectObject() : string
Return values
string

toPdf()

Serialize the object's dictionary/value to PDF syntax.

public toPdf() : string
Return values
string

        
On this page

Search results