C# Class iTextSharp.text.pdf.PdfCopy.PageStamp

Mostrar archivo Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
AddAnnotation ( PdfAnnotation annot ) : void
AlterContents ( ) : void
GetOverContent ( ) : PdfContentByte
GetUnderContent ( ) : PdfContentByte

Private Methods

Method Description
AddDocumentField ( PdfIndirectReference refi ) : void
ApplyRotation ( PdfDictionary pageN, ByteBuffer out_p ) : void
ExpandFields ( PdfFormField field, List allAnnots ) : void
PageStamp ( PdfReader reader, PdfDictionary pageN, PdfCopy cstp ) : System

Method Details

AddAnnotation() public method

public AddAnnotation ( PdfAnnotation annot ) : void
annot PdfAnnotation
return void

AlterContents() public method

public AlterContents ( ) : void
return void

GetOverContent() public method

public GetOverContent ( ) : PdfContentByte
return PdfContentByte

GetUnderContent() public method

public GetUnderContent ( ) : PdfContentByte
return PdfContentByte