Creates Curve Annotations.
Parameters
- lineInfo
- The LineInfo class.
- page
- The page in which the Curve annotation is created.
- annotRect
- The annotation rectangle defining the location of the annotation on the page.
- annotContents
- The contents of the annotation.
Example
[C#]
PdfContentEditor editor = new PdfContentEditor();
string KitTestPath = @"F:\pdfkit\";
string KitTestOut = @"F:\pdfkit\";
System.Drawing.Rectangle rect=new System.Drawing.Rectangle(50,50,100,100);
editor.BindPdf(KitTestPath + "example1.pdf");
LineInfo lineInfo=new LineInfo();
lineInfo.LineColor=