SetaPDF_Core_Document_Catalog_OutputIntents Class representing the output intents entry
File: /SetaPDF v2/Core/Document/Catalog/OutputIntents.php
Class hierarchy
Summary
Properties
Methods
__construct()
public SetaPDF_Core_Document_Catalog_OutputIntents::__construct (
SetaPDF_Core_Document_Catalog $catalog
)The constructor.
Parameters
- $catalog : SetaPDF_Core_Document_Catalog
addOutputIntent()
public SetaPDF_Core_Document_Catalog_OutputIntents::addOutputIntent (
SetaPDF_Core_OutputIntent $outputIntent
): voidAdd an output intent.
Parameters
- $outputIntent : SetaPDF_Core_OutputIntent
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
getArray()
public SetaPDF_Core_Document_Catalog_OutputIntents::getArray (
[ boolean $create = false ]
): null|SetaPDF_Core_Type_ArrayGet and creates the OutputIntents array.
Parameters
- $create : boolean
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
getOutputIntents()
public SetaPDF_Core_Document_Catalog_OutputIntents::getOutputIntents (
void
): SetaPDF_Core_OutputIntent[]Get an array of available output intents.
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception