I’m trying to create a PdfAnnotation of a “tilted” ellipse, i.e., one whose
axes are not horizontal/vertical. If I do this:
*PdfAnnotation ovalAnno = PdfAnnotation.createSquareCircle(writer, new
Rectangle(200f, 50f, 275f, 75f), "some comment", false);
ovalAnno(PdfName.ROTATE, PdfNumber(30));*
then
Please forgive my obtuseness, but I’m trying to create a PdfAnnotation
consisting of, for a simple example, an X pattern which I assume would be a
SUBTYPE of POLYLINE (one or more discontiguous line segments?). If so then I
think I’m providing the vertices incorrectly.If I specify vertices like
thi