C# Класс iTextSharp.text.pdf.PdfSignatureAppearance

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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