BrowsedAtKiosk

BrowsedAtKiosk constructor

Initializes a new instance of the BrowsedAtKiosk class.

public BrowsedAtKiosk()

Examples

[C#]
using (Presentation pres = new Presentation())
{
    pres.SlideShowSettings.SlideShowType = new BrowsedAtKiosk();
    pres.Save("pres.pptx", SaveFormat.Pptx);
}

See Also