PDFView4NET WPF Edition
Reason Property




O2S.Components.PDFView4NET Namespace > PDFDigitalSignature Class : Reason Property
Gets or sets the reason for signing the document.
Syntax
'Declaration
 
Public Property Reason As String
'Usage
 
Dim instance As PDFDigitalSignature
Dim value As String
 
instance.Reason = value
 
value = instance.Reason
public string Reason {get; set;}
public: __property string* get_Reason();
public: __property void set_Reason( 
   string* value
);
public:
property String^ Reason {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value specifying the reason for signing the document.
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