PDFView4NET WPF Edition
Location Property (PDFDigitalSignature)




O2S.Components.PDFView4NET Namespace > PDFDigitalSignature Class : Location Property
Gets or sets the location of the signer.
Syntax
'Declaration
 
Public Property Location As String
'Usage
 
Dim instance As PDFDigitalSignature
Dim value As String
 
instance.Location = value
 
value = instance.Location
public string Location {get; set;}
public: __property string* get_Location();
public: __property void set_Location( 
   string* value
);
public:
property String^ Location {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value specifying the location of the signer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDigitalSignature Class
PDFDigitalSignature Members