Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

PDF::API2::Resource::XObject::Form

Name PDF::API2::Resource::XObject::Form
Version 2.043
Located at /usr/local/share/perl5
File /usr/local/share/perl5/PDF/API2/Resource/XObject/Form.pm
Is Core No
Search CPAN for this module PDF::API2::Resource::XObject::Form
Documentation PDF::API2::Resource::XObject::Form
Module Details PDF::API2::Resource::XObject::Form

NAME

PDF::API2::Resource::XObject::Form - Base class for external form objects


METHODS

$form = PDF::API2::Resource::XObject::Form->new($pdf)
Creates a form resource.

($llx, $lly, $urx, $ury) = $form->bbox($llx, $lly, $urx, $ury)
Get or set the coordinates of the form object's bounding box

$resource = $form->resource($type, $key)
$form->resource($type, $key, $object, $force)$form->resource($type, $key, $object, $force)
Get or add a resource required by the form's contents, such as a Font, XObject, ColorSpace, etc.

By default, an existing $key will not be overwritten. Set $force to override this behavior.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024