VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FontProgramsControllerBase Class / Serialize Methods / Serialize(String,FontProgramsControllerBase) Method
Syntax Requirements SeeAlso
In This Topic
    Serialize(String,FontProgramsControllerBase) Method (FontProgramsControllerBase)
    In This Topic
    Serializes font program controller to the specified file.
    Syntax
    'Declaration
    
    Public Overloads Shared Sub Serialize( _
    ByVal filename
    The filename where the decoder must save the serialized data.
    As System.String, _
    ByVal fontProgramsController
    The font program controller to serialize.
    As FontProgramsControllerBase _
    )
    public static void Serialize(
    System.String filename,
    FontProgramsControllerBase fontProgramsController
    )
    public: static void Serialize(
    System.String filename,
    FontProgramsControllerBase* fontProgramsController
    )
    public:
    static void Serialize(
    System.String filename,
    FontProgramsControllerBase^ fontProgramsController
    )

    Parameters

    filename
    The filename where the decoder must save the serialized data.
    fontProgramsController
    The font program controller to serialize.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also