setasign\SetaPDF2\Core\Document\Catalog
MarkInfo Class representing the access to the mark information dictionary.
File: /SetaPDF v2/Core/Document/Catalog/MarkInfo.php
Old class name (alias):
\SetaPDF_Core_Document_Catalog_MarkInfo
Class hierarchy
Summary
Properties
$_catalog
The catalog instance
Methods
__construct()
_is()
Checks if an entry is set or not.
Parameters
- $name : string
Exceptions
_set()
Set a value in the mark information dictionary.
Parameters
- $name : string
- $value : bool
Exceptions
getDictionary()
Get the mark info dictionary.
Parameters
- $create : bool
Exceptions
hasSuspects()
Checks the flag indicating the presence of tag suspects.
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