C# 클래스 DocRaptorConsoleExample.DocRaptor

파일 보기 프로젝트 열기: expectedbehavior/doc_raptor_examples 1 사용 예제들

공개 메소드들

메소드 설명
CopyStream ( Stream input, Stream output ) : void
CreateDocument ( string type ) : bool
CreatePDF ( ) : bool
CreateXLS ( ) : bool

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

CopyStream() 공개 정적인 메소드

public static CopyStream ( Stream input, Stream output ) : void
input Stream
output Stream
리턴 void

CreateDocument() 공개 메소드

public CreateDocument ( string type ) : bool
type string
리턴 bool

CreatePDF() 공개 메소드

public CreatePDF ( ) : bool
리턴 bool

CreateXLS() 공개 메소드

public CreateXLS ( ) : bool
리턴 bool