Documentation

AnnotationInterface
in

Pdf page annotation interface

Tags
category

Pop

author

Nick Sagona, III nick@popphp.org

copyright

Copyright (c) 2009-2026 Nick Sagona, III

license

https://www.popphp.org/license New BSD License

version
6.0.0

Table of Contents

Methods

getBorderWidth()  : int|float
Get the border width
getDashGap()  : int|float
Get the border dash gap
getDashLength()  : int|float
Get the border dash length
getHeight()  : int|float
Get the height
getHRadius()  : int|float
Get the horizontal border radius
getVRadius()  : int|float
Get the vertical border radius
getWidth()  : int|float
Get the width
setBorderWidth()  : AnnotationInterface
Set the border width
setDashGap()  : AnnotationInterface
Set the border dash gap
setDashLength()  : AnnotationInterface
Set the border dash length
setHeight()  : AnnotationInterface
Set the height
setHRadius()  : AnnotationInterface
Set the horizontal border radius
setVRadius()  : AnnotationInterface
Set the vertical border radius
setWidth()  : AnnotationInterface
Set the width

Methods

getBorderWidth()

Get the border width

public getBorderWidth() : int|float
Return values
int|float

getDashGap()

Get the border dash gap

public getDashGap() : int|float
Return values
int|float

getDashLength()

Get the border dash length

public getDashLength() : int|float
Return values
int|float

getHRadius()

Get the horizontal border radius

public getHRadius() : int|float
Return values
int|float

getVRadius()

Get the vertical border radius

public getVRadius() : int|float
Return values
int|float

        
On this page

Search results