Signature Location Property. The location of the signing. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] string

[Visual Basic]
String
null No The location of the signing.

 

   

Notes
 

The location of the signing.

If you wish to set a value for this property, you should do so before calling the Sign function.

This property can take null as a value. This indicates that no location was provided.

Note that this property can only be relied on if the certificate is valid. You can check whether the certificate is valid using the Validate function.

 

   

Example
 

See the Sign function.