C# Class SAPIWS_Sample.SAPIWSWrapper

Show file Open project: docusign/docusign-signature-appliance-api-recipes Class Usage Examples

Public Methods

Method Description
PDFAttachSignature ( string PDFFile, byte Signature, bool isDisplayErrorsGUI ) : bool
ReadFile ( string FileToRead, bool isDisplayErrorsGUI ) : byte[]
SignPDFFile ( string FileToSign, string UserName, string Password, int X, int Y, int Width, int Height, int Page, bool isVisible ) : bool

Method Details

PDFAttachSignature() public method

public PDFAttachSignature ( string PDFFile, byte Signature, bool isDisplayErrorsGUI ) : bool
PDFFile string
Signature byte
isDisplayErrorsGUI bool
return bool

ReadFile() public method

public ReadFile ( string FileToRead, bool isDisplayErrorsGUI ) : byte[]
FileToRead string
isDisplayErrorsGUI bool
return byte[]

SignPDFFile() public method

public SignPDFFile ( string FileToSign, string UserName, string Password, int X, int Y, int Width, int Height, int Page, bool isVisible ) : bool
FileToSign string
UserName string
Password string
X int
Y int
Width int
Height int
Page int
isVisible bool
return bool