PdfSubmitFormAction(String) Constructor

Constructs a PDF form submit action

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfSubmitFormAction(
	string url
)

Parameters

url  String
The URL of the script at the Web server that will process the submission

See Also