Property Uri
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Uri
Gets or sets the uniform resource identifier (URI) of the script at the Web server that will process the submission.
public Uri Uri { get; set; }
Property Value
- Uri
The uniform resource identifier (URI) of the script at the Web server that will process the submission.
Exceptions
- UnexpectedStructureException
The internal PDF structure does not contain the corresponding required value, or the value has an unexpected type.
- UriFormatException
The value can not be converted to an System.Uri instance.
- ArgumentNullException
value
isnull
.