C# Class ExportContentToImages.Controllers.ExportToImageController

Inheritance: Controller
Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Méthodes publiques

Méthode Description
Index ( string Format = "png" ) : System.Web.Mvc.ActionResult
bmp ( ) : void
jpg ( ) : void
png ( ) : void
tiff ( ) : void

Method Details

Index() public méthode

public Index ( string Format = "png" ) : System.Web.Mvc.ActionResult
Format string
Résultat System.Web.Mvc.ActionResult

bmp() public méthode

public bmp ( ) : void
Résultat void

jpg() public méthode

public jpg ( ) : void
Résultat void

png() public méthode

public png ( ) : void
Résultat void

tiff() public méthode

public tiff ( ) : void
Résultat void