Aspose::Words::Saving::FontSavingArgs::get_FontStream method
FontSavingArgs::get_FontStream method
Allows to specify the stream where the font will be saved to.
System::SharedPtr<System::IO::Stream> Aspose::Words::Saving::FontSavingArgs::get_FontStream() const
Remarks
This property allows you to save fonts to streams instead of files during HTML export.
The default value is null. When this property is null, the font will be saved to a file specified in the FontFileName property.
See Also
- Class FontSavingArgs
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++