C# 클래스 CSPdfSign.FileSign

Summary description for FileSign.
파일 보기 프로젝트 열기: docusign/docusign-signature-appliance-api-recipes 1 사용 예제들

공개 메소드들

메소드 설명
SAPI_sign_file ( string FileName, string FieldName, string User, string Password, string SignPassword, int page, int x, int y, int height, int width, bool Invisible, string Reason, int AppearanceMask, string NewFieldName, string GraphImgName ) : void
SAPI_sign_file ( string FileName, string FieldName, string User, string Password, string SignPassword, string Reason, string GraphImgName ) : void

비공개 메소드들

메소드 설명
FileSign ( ) : System

메소드 상세

SAPI_sign_file() 공개 정적인 메소드

public static SAPI_sign_file ( string FileName, string FieldName, string User, string Password, string SignPassword, int page, int x, int y, int height, int width, bool Invisible, string Reason, int AppearanceMask, string NewFieldName, string GraphImgName ) : void
FileName string
FieldName string
User string
Password string
SignPassword string
page int
x int
y int
height int
width int
Invisible bool
Reason string
AppearanceMask int
NewFieldName string
GraphImgName string
리턴 void

SAPI_sign_file() 공개 정적인 메소드

public static SAPI_sign_file ( string FileName, string FieldName, string User, string Password, string SignPassword, string Reason, string GraphImgName ) : void
FileName string
FieldName string
User string
Password string
SignPassword string
Reason string
GraphImgName string
리턴 void