Class PdfBorderArray


  • 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.
      • PdfBorderArray

        private PdfBorderArray​(float hRadius,
                               float vRadius,
                               float width,
                               PdfDashPattern dash)
        Constructs a new PdfBorderArray.