C# Class iTextSharp.text.pdf.StampContent

Inheritance: PdfContentByte
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Private Properties

Property Type Description
AddAnnotation void
StampContent System

Public Methods

Method Description
SetAction ( PdfAction action, float llx, float lly, float urx, float ury ) : void

Private Methods

Method Description
AddAnnotation ( PdfAnnotation annot ) : void
StampContent ( PdfStamperImp stamper, PdfStamperImp ps ) : System

Method Details

SetAction() public method

public SetAction ( PdfAction action, float llx, float lly, float urx, float ury ) : void
action PdfAction
llx float
lly float
urx float
ury float
return void