border property

Gets annotation's border properties like width, horizontal radius etc.

Implementation

PdfAnnotationBorder get border {
  return _helper.border;
}
void border=(PdfAnnotationBorder value)

Sets annotation's border properties like width, horizontal radius etc.

Implementation

set border(PdfAnnotationBorder value) {
  _helper.border = value;
}