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

NameTypeAccessDescription
value``ReadGets the value.

Methods

SignatureDescription
__init__()Calls init on this PdfNull instance.

See Also