Create FreeText annotation with no border

Question:

Is there a way I can specify free text annotation position and size, and have it write the text with no box around it?

Answer:

You would use the Annot.SetBorderStyle to set your own custom border style, which in this case would be none.

http://www.pdftron.com/pdfnet/docs/PDFNetC/dd/d29/classpdftron_1_1_p_d_f_1_1_annot.html#a3921e87e7dcc12c44ea3c762944d183d

or you can call FreeText.SetIntent(e_FreeTextTypeWriter ). Typewriter intent has no borders by default.

http://www.pdftron.com/pdfnet/docs/PDFNetC/d9/d94/classpdftron_1_1_p_d_f_1_1_annots_1_1_free_text.html#a2313d7c8c29c9312368c8c771efcf6ba

http://www.pdftron.com/pdfnet/docs/PDFNetC/d9/d94/classpdftron_1_1_p_d_f_1_1_annots_1_1_free_text.html#ac12b37525ab592dbf857fed71951eb3fa334be9569c1b79ba505db450c49390e9