Gets or sets the CPU host name or physical location of the signing.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string Location { get; set; } |
| Visual Basic |
|---|
Public Property Location As String Get Set |
| Visual C++ |
|---|
public: property String^ Location { String^ get (); void set (String^ value); } |