XamlFlowSaveOptions constructor

XamlFlowSaveOptions()

Initializes a new instance of this class that can be used to save a document in the SaveFormat.XamlFlow format.

XamlFlowSaveOptions()

XamlFlowSaveOptions(saveFormat)

Initializes a new instance of this class that can be used to save a document in the SaveFormat.XamlFlow or SaveFormat.XamlFlowPack format.

XamlFlowSaveOptions(saveFormat: Aspose.Words.SaveFormat)
ParameterTypeDescription
saveFormatSaveFormatCan be SaveFormat.XamlFlow or SaveFormat.XamlFlowPack.

See Also