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
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>stream to save font

See Also

IFontSaver::Save(System::String) method

Saves the Font into original format.

virtual void Aspose::Font::IFontSaver::Save(System::String fileName)=0
ParameterTypeDescription
fileNameSystem::Stringfile to save font

See Also