C# Class iTextSharp.text.pdf.PdfConcatenate

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

Protected Properties

Свойство Type Description
copy PdfCopy
document iTextSharp.text.Document

Méthodes publiques

Méthode Description
AddPages ( PdfReader reader ) : int
Close ( ) : void
Open ( ) : void
PdfConcatenate ( Stream os ) : System
PdfConcatenate ( Stream os, bool smart ) : System

Method Details

AddPages() public méthode

public AddPages ( PdfReader reader ) : int
reader PdfReader
Résultat int

Close() public méthode

public Close ( ) : void
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

PdfConcatenate() public méthode

public PdfConcatenate ( Stream os ) : System
os Stream
Résultat System

PdfConcatenate() public méthode

public PdfConcatenate ( Stream os, bool smart ) : System
os Stream
smart bool
Résultat System

Property Details

copy protected_oe property

protected PdfCopy,iTextSharp.text.pdf copy
Résultat PdfCopy

document protected_oe property

protected Document,iTextSharp.text document
Résultat iTextSharp.text.Document