Click or drag to resize

PdfSubmitFormActionUrl Property

(Required) A uniform resource locator (URL) of the script at the Web server that will process the submission.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public string Url { get; set; }

Property Value

String
A uniform resource locator (URL) of the script at the Web server that will process the submission.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is or Empty.
See Also