PdfBoundsModel
12 Sep 20251 minute to read
Interface for a class PdfBounds
Properties
bottom number
Represents the the bottom value of the annotation.
height number
Represents the the height value of the annotation.
left number
Represents the the left value of the annotation.
location PointModel
Sets the reference point, that will act as the offset values(offsetX, offsetY) of a node
right number
Represents the the right value of the annotation.
size Size
Sets the size of the annotation
top number
Represents the the top value of the annotation.
width number
Represents the the width value of the annotation.
x number
Represents the the x value of the annotation.
y number
Represents the the y value of the annotation.