@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
GitHub
npm
Guides
Preparing search index...
index
GigaRect
Interface GigaRect
An axis-aligned placement box, lower-left
(x,y)
+ size, in PDF points.
interface
GigaRect
{
x
:
number
;
y
:
number
;
w
:
number
;
h
:
number
;
}
Index
Properties
x
y
w
h
Properties
x
x
:
number
y
y
:
number
w
w
:
number
h
h
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
w
h
GitHub
npm
Guides
@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
Loading...
An axis-aligned placement box, lower-left
(x,y)+ size, in PDF points.