PdfNull
Overview
PdfNull is a class in Aspose.PDF FOSS for Python.
Inherits from: PdfObject.
Represent PDF null object.
This class provides 1 method for working with PdfNull 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: value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value | `` | Read | Gets the value. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this PdfNull instance. |