C# Class ExportContentToImages.Controllers.ExportToImageController

Inheritance: Controller
Mostrar archivo Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

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

Method Details

Index() public method

public Index ( string Format = "png" ) : System.Web.Mvc.ActionResult
Format string
return System.Web.Mvc.ActionResult

bmp() public method

public bmp ( ) : void
return void

jpg() public method

public jpg ( ) : void
return void

png() public method

public png ( ) : void
return void

tiff() public method

public tiff ( ) : void
return void