C# Class iTextSharp.text.pdf.PdfSignatureAppearance

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
AddDocMDP ( PdfDictionary crypto ) : void
AddFieldMDP ( PdfDictionary crypto, PdfDictionary fieldLock ) : void

Method Details

Close() public method

public Close ( PdfDictionary update ) : void
update PdfDictionary
return void

GetAppearance() public method

public GetAppearance ( ) : PdfTemplate
return PdfTemplate

GetLayer() public method

public GetLayer ( int layer ) : PdfTemplate
layer int
return PdfTemplate

GetNewSigName() public method

public GetNewSigName ( ) : String
return String

GetRangeStream() public method

public GetRangeStream ( ) : Stream
return Stream

GetTopLayer() public method

public GetTopLayer ( ) : PdfTemplate
return PdfTemplate

IsInvisible() public method

public IsInvisible ( ) : bool
return bool

IsNewField() public method

public IsNewField ( ) : bool
return bool

IsPreClosed() public method

public IsPreClosed ( ) : bool
return bool

PdfSignatureAppearance() public method

public PdfSignatureAppearance ( PdfStamperImp writer ) : System
writer PdfStamperImp
return System

PreClose() public method

public PreClose ( int>.Dictionary exclusionSizes ) : void
exclusionSizes int>.Dictionary
return void

SetStamper() public method

public SetStamper ( PdfStamper stamper ) : void
stamper PdfStamper
return void

SetTempFile() public method

public SetTempFile ( string tempFile ) : void
tempFile string
return void

SetVisibleSignature() public method

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

SetVisibleSignature() public method

public SetVisibleSignature ( String fieldName ) : void
fieldName String
return void