ImageGear .NET v25.0 - Updated
SigningLocation Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > Signature Class : SigningLocation Property
Gets or sets the CPU host name or physical location of the signing.
Syntax
'Declaration
 
Public Property SigningLocation As String
'Usage
 
Dim instance As Signature
Dim value As String
 
instance.SigningLocation = value
 
value = instance.SigningLocation
public string SigningLocation {get; set;}
public: __property string* get_SigningLocation();
public: __property void set_SigningLocation( 
   string* value
);
public:
property String^ SigningLocation {
   String^ get();
   void set (    String^ value);
}

Property Value

The CPU host name or physical location of the signing.
See Also

Reference

Signature Class
Signature Members