Aspose::Words::Saving::FontSavingArgs::get_KeepFontStreamOpen method

FontSavingArgs::get_KeepFontStreamOpen method

Specifies whether Aspose.Words should keep the stream open or close it after saving a font.

bool Aspose::Words::Saving::FontSavingArgs::get_KeepFontStreamOpen() const

Remarks

Default is false and Aspose.Words will close the stream you provided in the FontStream property after writing a font into it. Specify true to keep the stream open.

See Also