SaveOptions.CreateSaveOptions

SaveOptions.CreateSaveOptions method

Creates a save options object of a class suitable for the specified save format.

public static SaveOptions CreateSaveOptions(SaveFileFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFileFormatThe save format for which to create a save options object.

Return Value

An object of a class that derives from SaveOptions.

See Also