phpdftk API Documentation

ShadingType3 extends Shading
in package

Radial gradient shading (ShadingType 3) — ISO 32000-2 §8.7.4.5.4.

Table of Contents

Properties

$antiAlias  : bool|null
$background  : PdfArray|null
$bbox  : PdfArray|null
$colorSpace  : ColorSpace|PdfName|PdfArray
$coords  : PdfArray
$domain  : PdfArray|null
$extend  : PdfArray|null
$function  : PdfReference|PdfArray
$generationNumber  : int
$objectNumber  : int

Methods

__construct()  : mixed
getShadingType()  : int
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.
baseDictionary()  : PdfDictionary

Properties

$antiAlias

public bool|null $antiAlias = null

$generationNumber

public int $generationNumber = 0

Methods

getShadingType()

public getShadingType() : int
Return values
int

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