C# Class SWFProcessing.SWF2HTML.SWF2HTML

ファイルを表示 Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method Description
GetHTML ( bool standalone ) : Stream
GetHTMLAsBytes ( bool standalone ) : byte[]
SWF2HTML ( SWF swf, string ID, SWF2HTMLOptions options = null ) : System.IO

Method Details

GetHTML() public method

public GetHTML ( bool standalone ) : Stream
standalone bool
return System.IO.Stream

GetHTMLAsBytes() public method

public GetHTMLAsBytes ( bool standalone ) : byte[]
standalone bool
return byte[]

SWF2HTML() public method

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