Metodo Aspose::Font::IFontSaver::Save
IFontSaver::Save(System::SharedPtr<System::IO::Stream>) method
Salva il Font nel formato originale.
virtual void Aspose::Font::IFontSaver::Save(System::SharedPtr<System::IO::Stream> stream)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | stream per salvare il font |
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class IFontSaver
- Namespace Aspose::Font
- Library Aspose.Font for C++
IFontSaver::Save(System::String) method
Salva il Font nel formato originale.
virtual void Aspose::Font::IFontSaver::Save(System::String fileName)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| fileName | System::String | file per salvare il font |
Vedi anche
- Class String
- Class IFontSaver
- Namespace Aspose::Font
- Library Aspose.Font for C++