logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDF::API2::Basic::PDF::Null - Low-level PDF null object

Contents

Methods

PDF::API2::Basic::PDF::Null->new
       Returns the null object.  There is only one null object.

   $s->realise
       Pretends to finish reading the object.

   $s->outobjdeep
       Output the object in PDF format.

   $s->is_obj
       Returns false because null is not a full object.

   $s->copy
       Another no-op.

   $s->val
       Return undef.

perl v5.38.2                                       2024-05-22                   PDF::API2::Basic::PDF::Null(3pm)

Name

       PDF::API2::Basic::PDF::Null - Low-level PDF null object

See Also