'Declaration
Public Function SetSignatureInfo( _ ByVal Name As String, _ ByVal Reason As String, _ ByVal Location As String, _ ByVal ContactInfo As String _ ) As GdPictureStatus
public GdPictureStatus SetSignatureInfo( string Name, string Reason, string Location, string ContactInfo )
public function SetSignatureInfo( Name: String; Reason: String; Location: String; ContactInfo: String ): GdPictureStatus;
public function SetSignatureInfo( Name : String, Reason : String, Location : String, ContactInfo : String ) : GdPictureStatus;
public: GdPictureStatus SetSignatureInfo( string* Name, string* Reason, string* Location, string* ContactInfo )
public: GdPictureStatus SetSignatureInfo( String^ Name, String^ Reason, String^ Location, String^ ContactInfo )
Parameters
- Name
- The name of the person or authority signing the document.
- Reason
- The reason for the signing the document.
- Location
- The (physical) location of the signing.
- ContactInfo
- Information provided by the signer to enable a recipient to contact the signer to verify the signature, for example a phone number.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.