Class PdfBorderArray


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

    • PdfBorderArray

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

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