OptionalContentGroup
Overview
OptionalContentGroup is a class in Aspose.PDF FOSS for Python.
One optional content group (/OCG) of the document.
This class declares 1 method for OptionalContentGroup objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: intent, name, object_number, visible.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
object_number | `` | Read | Gets the object number. |
name | `` | Read | Gets the name. |
visible | `` | Read | Gets the visible. |
intent | `` | Read | Gets the intent. |
Methods
| Signature | Description |
|---|---|
__init__(object_number: int, name: str, visible: bool, intent: tuple[str, ...]) | Calls init(object_number, name, visible, intent) on this OptionalContentGroup instance. |