PresentationSaveOptions

PresentationSaveOptions()

Initierar en ny instans av klassen PresentationSaveOptions med standardvärden.

public PresentationSaveOptions()

Se även


PresentationSaveOptions(PresentationSaveFileFormat)

Initierar en ny instans av PresentationSaveOptions-klassen med specificerat utdatafilformat.

public PresentationSaveOptions(PresentationSaveFileFormat fileFormat)
Parameter Typ Beskrivning
fileFormat PresentationSaveFileFormat UtdatafiltypPresentationSaveFileFormat.

Se även


PresentationSaveOptions(bool)

Initierar en ny instans av PresentationSaveOptions-klassen med specificerad utdatatyp och överskrivningsflagga.

public PresentationSaveOptions(bool overwriteExistingFile)
Parameter Typ Beskrivning
overwriteExistingFile Boolean Flagga om signerad fil ska skrivas över med samma fil.

Se även


PresentationSaveOptions(PresentationSaveFileFormat, bool)

Initierar en ny instans av PresentationSaveOptions-klassen med specificerat utdatafilformat och överskrivningsflagga.

public PresentationSaveOptions(PresentationSaveFileFormat fileFormat, bool overwriteExistingFile)
Parameter Typ Beskrivning
fileFormat PresentationSaveFileFormat UtdatafiltypPresentationSaveFileFormat.
overwriteExistingFile Boolean Flagga om signerad fil ska skrivas över med samma fil.

Se även