Add button annotation to the current page of the doc.
[C#] ButtonAnnotation(Doc doc, XRect rect, string caption)
ButtonAnnotation(Doc doc, XRect rect, string caption)
Note that the annotation created using this constructor is meaningless until it is connected with a Field. For this reason you are likely to want to use Doc.Form.AddButton rather than this call.
None.