C# Class SWFProcessing.SWF2HTML.SWF2HTML

Afficher le fichier Open project: WeeWorld/Swiffotron Class Usage Examples

Méthodes publiques

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

Method Details

GetHTML() public méthode

public GetHTML ( bool standalone ) : Stream
standalone bool
Résultat System.IO.Stream

GetHTMLAsBytes() public méthode

public GetHTMLAsBytes ( bool standalone ) : byte[]
standalone bool
Résultat byte[]

SWF2HTML() public méthode

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