SetaPDF_Core_Document_Catalog_MarkInfo Class representing the access to the mark information dictionary.
File: /SetaPDF v2/Core/Document/Catalog/MarkInfo.php
Class hierarchy
Summary
Properties
Methods
__construct()
The constructor.
Parameters
- $catalog : SetaPDF_Core_Document_Catalog
_set()
Set a value in the mark information dictionary.
Parameters
- $name : string
- $value : boolean
Exceptions
getDictionary()
Get the mark info dictionary.
Parameters
- $create : bool
Exceptions
hasUserProperties()
Checks the flag indicating the presence of structure elements that contain user properties attributes.
Exceptions
isMarked()
Checks the flag indicating whether the document conforms to tagged PDF conventions.
Exceptions
setMarked()
Set the flag indicating whether the document conforms to tagged PDF conventions.
Parameters
- $marked : bool
Exceptions
setSuspects()
Set the flag indicating the presence of tag suspects.
Parameters
- $suspects : bool
Exceptions
setUserProperties()
Set the flag indicating the presence of structure elements that contain user properties attributes.
Parameters
- $userProperties : bool