TagTree

Overview

TagTree is a class in Aspose.PDF FOSS for Python.

The tag tree of B.10.2, used for inclusion and zero-bitplane signalling.

This class declares 2 methods for TagTree objects in Python programs. Available methods include: __init__, decode. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.

Methods

SignatureDescription
__init__(width: int, height: int)Calls init(width, height) on this TagTree instance.
decode(reader: _HeaderReader, x: int, y: int, threshold: int)intReturn the node value at (x, y), or threshold when still above it.