Aspose::Font::IFontSaver::Save method
IFontSaver::Save(System::SharedPtr<System::IO::Stream>) method
Saves the Font into original format.
virtual void Aspose::Font::IFontSaver::Save(System::SharedPtr<System::IO::Stream> stream)=0
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | stream to save font |
See Also
- Typedef SharedPtr
- Class Stream
- Class IFontSaver
- Namespace Aspose::Font
- Library Aspose.Font for C++
IFontSaver::Save(System::String) method
Saves the Font into original format.
virtual void Aspose::Font::IFontSaver::Save(System::String fileName)=0
Parameter | Type | Description |
---|---|---|
fileName | System::String | file to save font |
See Also
- Class String
- Class IFontSaver
- Namespace Aspose::Font
- Library Aspose.Font for C++