setasign\SetaPDF2\Core\Resource

PropertyList Resource class for handling external graphic states

File: /SetaPDF v2/Core/Resource/PropertyList.php
Old class name (alias): \SetaPDF_Core_Resource_PropertyList

Class hierarchy

Implements

Summary

Constants

TYPE_COLOR_SPACE

public const string ResourceInterface::TYPE_COLOR_SPACE = 'ColorSpace'

Type constant

TYPE_EXT_G_STATE

public const string ResourceInterface::TYPE_EXT_G_STATE = 'ExtGState'

Type constant

TYPE_FONT

public const string ResourceInterface::TYPE_FONT = 'Font'

Type constant

TYPE_PATTERN

public const string ResourceInterface::TYPE_PATTERN = 'Pattern'

Type constant

TYPE_PROC_SET

public const string ResourceInterface::TYPE_PROC_SET = 'ProcSet'

Type constant

TYPE_PROPERTIES

public const string ResourceInterface::TYPE_PROPERTIES = 'Properties'

Type constant

TYPE_SHADING

public const string ResourceInterface::TYPE_SHADING = 'Shading'

Type constant

TYPE_X_OBJECT

public const string ResourceInterface::TYPE_X_OBJECT = 'XObject'

Type constant


Properties

$_dictionary

The properties dictionary

$_indirectObject

The indirect object for this property list


Methods

__construct()

getDictionary()

Get the property list dictionary.

getIndirectObject()

Gets an indirect object for this property list.

Parameters
$document : ?\SetaPDF_Core_Document
 
Exceptions

Throws \InvalidArgumentException

See

getResourceType()

public PropertyList::getResourceType (
void
): string

Returns the resource type for the property list.

See