C# 클래스 iTextSharp.text.pdf.PdfSignatureAppearance

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
Close ( PdfDictionary update ) : void
GetAppearance ( ) : PdfTemplate
GetLayer ( int layer ) : PdfTemplate
GetNewSigName ( ) : String
GetRangeStream ( ) : Stream
GetTopLayer ( ) : PdfTemplate
IsInvisible ( ) : bool
IsNewField ( ) : bool
IsPreClosed ( ) : bool
PdfSignatureAppearance ( PdfStamperImp writer ) : System
PreClose ( int>.Dictionary exclusionSizes ) : void
SetStamper ( PdfStamper stamper ) : void
SetTempFile ( string tempFile ) : void
SetVisibleSignature ( Rectangle pageRect, int page, String fieldName ) : void
SetVisibleSignature ( String fieldName ) : void

비공개 메소드들

메소드 설명
AddDocMDP ( PdfDictionary crypto ) : void
AddFieldMDP ( PdfDictionary crypto, PdfDictionary fieldLock ) : void

메소드 상세

Close() 공개 메소드

public Close ( PdfDictionary update ) : void
update PdfDictionary
리턴 void

GetAppearance() 공개 메소드

public GetAppearance ( ) : PdfTemplate
리턴 PdfTemplate

GetLayer() 공개 메소드

public GetLayer ( int layer ) : PdfTemplate
layer int
리턴 PdfTemplate

GetNewSigName() 공개 메소드

public GetNewSigName ( ) : String
리턴 String

GetRangeStream() 공개 메소드

public GetRangeStream ( ) : Stream
리턴 Stream

GetTopLayer() 공개 메소드

public GetTopLayer ( ) : PdfTemplate
리턴 PdfTemplate

IsInvisible() 공개 메소드

public IsInvisible ( ) : bool
리턴 bool

IsNewField() 공개 메소드

public IsNewField ( ) : bool
리턴 bool

IsPreClosed() 공개 메소드

public IsPreClosed ( ) : bool
리턴 bool

PdfSignatureAppearance() 공개 메소드

public PdfSignatureAppearance ( PdfStamperImp writer ) : System
writer PdfStamperImp
리턴 System

PreClose() 공개 메소드

public PreClose ( int>.Dictionary exclusionSizes ) : void
exclusionSizes int>.Dictionary
리턴 void

SetStamper() 공개 메소드

public SetStamper ( PdfStamper stamper ) : void
stamper PdfStamper
리턴 void

SetTempFile() 공개 메소드

public SetTempFile ( string tempFile ) : void
tempFile string
리턴 void

SetVisibleSignature() 공개 메소드

public SetVisibleSignature ( Rectangle pageRect, int page, String fieldName ) : void
pageRect iTextSharp.text.Rectangle
page int
fieldName String
리턴 void

SetVisibleSignature() 공개 메소드

public SetVisibleSignature ( String fieldName ) : void
fieldName String
리턴 void