C# 클래스 SWFProcessing.SWF2HTML.SWF2HTML

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

공개 메소드들

메소드 설명
GetHTML ( bool standalone ) : Stream
GetHTMLAsBytes ( bool standalone ) : byte[]
SWF2HTML ( SWF swf, string ID, SWF2HTMLOptions options = null ) : System.IO

메소드 상세

GetHTML() 공개 메소드

public GetHTML ( bool standalone ) : Stream
standalone bool
리턴 System.IO.Stream

GetHTMLAsBytes() 공개 메소드

public GetHTMLAsBytes ( bool standalone ) : byte[]
standalone bool
리턴 byte[]

SWF2HTML() 공개 메소드

public SWF2HTML ( SWF swf, string ID, SWF2HTMLOptions options = null ) : System.IO
swf SWFProcessing.SWFModeller.SWF
ID string
options SWF2HTMLOptions
리턴 System.IO