PdfFormButton Constructor
Creates a noteText box form field
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfFormButton(
RectangleFloat bounds,
string text,
PdfFont pdfFont
)
Public Sub New (
bounds As RectangleFloat,
text As String,
pdfFont As PdfFont
)
public:
PdfFormButton(
RectangleFloat^ bounds,
String^ text,
PdfFont^ pdfFont
)
new :
bounds : RectangleFloat *
text : string *
pdfFont : PdfFont -> PdfFormButton
Parameters
- bounds RectangleFloat
- The button control bounds
- text String
- The button noteText
- pdfFont PdfFont
- The button font