PDFView4NET WinForms Edition
ContactInfo Property




O2S.Components.PDFView4NET Namespace > PDFDigitalSignature Class : ContactInfo Property
Gets or sets the signer's contact information.
Syntax
'Declaration
 
Public Property ContactInfo As String
'Usage
 
Dim instance As PDFDigitalSignature
Dim value As String
 
instance.ContactInfo = value
 
value = instance.ContactInfo
public string ContactInfo {get; set;}
public: __property string* get_ContactInfo();
public: __property void set_ContactInfo( 
   string* value
);
public:
property String^ ContactInfo {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value specifying the signer's contact information.
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