Winnovative HTML to PDF Converter

PdfFormAddButton Method

Winnovative HTML to PDF Converter for .NET Documentation
Creates a button in PDF form

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public PdfFormButton AddButton(
	PdfPage pdfPage,
	RectangleF box,
	string text,
	PdfFont pdfFont
)

Parameters

pdfPage
Type: WinnovativePdfPage
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: WinnovativePdfFont
The button text font

Return Value

Type: PdfFormButton
The created button field
See Also

Reference