Class PdfBorderArray


  • public class PdfBorderArray
    extends PdfArray
    A PdfBorderArray defines the border of a PdfAnnotation.
    See Also:
    PdfArray
    • Constructor Detail

      • PdfBorderArray

        public PdfBorderArray​(float hRadius,
                              float vRadius,
                              float width)
        Constructs a new PdfBorderArray.
        Parameters:
        width - the width
        vRadius - the vertical radius
        hRadius - the horizontal radius
      • PdfBorderArray

        public PdfBorderArray​(float hRadius,
                              float vRadius,
                              float width,
                              PdfDashPattern dash)
        Constructs a new PdfBorderArray.
        Parameters:
        dash - the dash pattern of the border
        hRadius - the horizontal radius
        vRadius - the vertical radius
        width - the width