C# Class iTextSharp.text.pdf.PdfSignatureAppearance

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AddDocMDP ( PdfDictionary crypto ) : void
AddFieldMDP ( PdfDictionary crypto, PdfDictionary fieldLock ) : void

Method Details

Close() public méthode

public Close ( PdfDictionary update ) : void
update PdfDictionary
Résultat void

GetAppearance() public méthode

public GetAppearance ( ) : PdfTemplate
Résultat PdfTemplate

GetLayer() public méthode

public GetLayer ( int layer ) : PdfTemplate
layer int
Résultat PdfTemplate

GetNewSigName() public méthode

public GetNewSigName ( ) : String
Résultat String

GetRangeStream() public méthode

public GetRangeStream ( ) : Stream
Résultat Stream

GetTopLayer() public méthode

public GetTopLayer ( ) : PdfTemplate
Résultat PdfTemplate

IsInvisible() public méthode

public IsInvisible ( ) : bool
Résultat bool

IsNewField() public méthode

public IsNewField ( ) : bool
Résultat bool

IsPreClosed() public méthode

public IsPreClosed ( ) : bool
Résultat bool

PdfSignatureAppearance() public méthode

public PdfSignatureAppearance ( PdfStamperImp writer ) : System
writer PdfStamperImp
Résultat System

PreClose() public méthode

public PreClose ( int>.Dictionary exclusionSizes ) : void
exclusionSizes int>.Dictionary
Résultat void

SetStamper() public méthode

public SetStamper ( PdfStamper stamper ) : void
stamper PdfStamper
Résultat void

SetTempFile() public méthode

public SetTempFile ( string tempFile ) : void
tempFile string
Résultat void

SetVisibleSignature() public méthode

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

SetVisibleSignature() public méthode

public SetVisibleSignature ( String fieldName ) : void
fieldName String
Résultat void