1PDF::API2::Resource::XOUbsjeerctC:o:nFtorrimb(u3t)ed PerPlDFD:o:cAuPmIe2n:t:aRteisoonurce::XObject::Form(3)
2
3
4
6 PDF::API2::Resource::XObject::Form - Base class for external form
7 objects
8
10 $form = PDF::API2::Resource::XObject::Form->new($pdf)
11 Creates a form resource.
12
13 ($llx, $lly, $urx, $ury) = $form->bbox($llx, $lly, $urx, $ury)
14 Get or set the coordinates of the form object's bounding box
15
16 $resource = $form->resource($type, $key)
17 $form->resource($type, $key, $object, $force)
18 Get or add a resource required by the form's contents, such as a
19 Font, XObject, ColorSpace, etc.
20
21 By default, an existing $key will not be overwritten. Set $force
22 to override this behavior.
23
24
25
26perl v5.34.0 2021-08-P0D2F::API2::Resource::XObject::Form(3)