HiQPdf Documentation

PdfFormAddButton Method

Quickly Create High Quality PDFs
Creates a button in form

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

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

Parameters

pdfPage
Type: HiQPdfPdfPage
The PDF page where to create the button
boundingRectangle
Type: System.DrawingRectangleF
The button field bounding rectangle
text
Type: SystemString
The text displayed on the button
pdfFont
Type: HiQPdfPdfFont
The button text font

Return Value

Type: PdfFormButton
The created button
See Also

Reference