Save the font family collection.
Namespace: TallComponents.PDF.FontsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public static void SaveFamilies( Stream stream ) |
| Visual Basic |
|---|
Public Shared Sub SaveFamilies ( _ stream As Stream _ ) |
Parameters
- stream
- Type: System.IO..::..Stream
Save to this stream.
Remarks
You can use the saved stream to initialize the collection the next time.
This will reduce the load-time.