Creates a button in PDF form
Namespace: Winnovative.ExcelToPdf
Assembly: wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax
public PdfFormButton AddButton( PdfPage pdfPage, RectangleF box, string text, PdfFont pdfFont )
Parameters
- pdfPage
- Type: Winnovative.ExcelToPdfPdfPage
The PDF page in which to place the button - box
- Type: System.DrawingRectangleF
The button control bounding box - text
- Type: SystemString
The button text - pdfFont
- Type: Winnovative.ExcelToPdfPdfFont
The button text font
Return Value
Type: PdfFormButtonThe created button field
See Also