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 |
public PDFAttachSignature ( string PDFFile, byte Signature, bool isDisplayErrorsGUI ) : bool | ||
PDFFile | string | |
Signature | byte | |
isDisplayErrorsGUI | bool | |
return | bool |
public ReadFile ( string FileToRead, bool isDisplayErrorsGUI ) : byte[] | ||
FileToRead | string | |
isDisplayErrorsGUI | bool | |
return | byte[] |
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 |