C# Class DocRaptorConsoleExample.DocRaptor

Afficher le fichier Open project: expectedbehavior/doc_raptor_examples Class Usage Examples

Méthodes publiques

Méthode Description
CopyStream ( Stream input, Stream output ) : void
CreateDocument ( string type ) : bool
CreatePDF ( ) : bool
CreateXLS ( ) : bool

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

CopyStream() public static méthode

public static CopyStream ( Stream input, Stream output ) : void
input Stream
output Stream
Résultat void

CreateDocument() public méthode

public CreateDocument ( string type ) : bool
type string
Résultat bool

CreatePDF() public méthode

public CreatePDF ( ) : bool
Résultat bool

CreateXLS() public méthode

public CreateXLS ( ) : bool
Résultat bool