I am using the Aspose.Pdf.InteractiveFeatures.Annotations.LineAnnotation class and I need to set the thickness of the line. I do not see a property or any way to set the thickness of the line.
var AsposeLineAnn = new Aspose.Pdf.InteractiveFeatures.Annotations.LineAnnotation(pdfDocument.Pages[1], new Aspose.Pdf.Rectangle(LLX, LLY, URX, URY), start, end);
AsposeLineAnn.Color = Aspose.Pdf.Color.Green;
AsposeLineAnn.???= [Line thickness];
Thanks