C# Class DocRaptorConsoleExample.DocRaptor

显示文件 Open project: expectedbehavior/doc_raptor_examples Class Usage Examples

Public Methods

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

Private Methods

Method Description
Main ( string args ) : void

Method Details

CopyStream() public static method

public static CopyStream ( Stream input, Stream output ) : void
input Stream
output Stream
return void

CreateDocument() public method

public CreateDocument ( string type ) : bool
type string
return bool

CreatePDF() public method

public CreatePDF ( ) : bool
return bool

CreateXLS() public method

public CreateXLS ( ) : bool
return bool