[]
Optimizes font usage by merging subsets of same fonts and by removing duplicate and unused fonts.
This method uses the default values from OptimizeFontsOptions.
public GcPdfDocument.FontsUsageStats OptimizeFonts()
| Type | Description |
|---|---|
| GcPdfDocument.FontsUsageStats | A GcPdfDocument.FontsUsageStats object that contains statistics about fonts usage prior to the optimization. |
Optimizes font usage by merging subsets of same fonts, and by removing duplicate and unused fonts.
public GcPdfDocument.FontsUsageStats OptimizeFonts(OptimizeFontsOptions options)
| Type | Name | Description |
|---|---|---|
| OptimizeFontsOptions | options | An OptimizeFontsOptions object that specifies optimization options. |
| Type | Description |
|---|---|
| GcPdfDocument.FontsUsageStats | A GcPdfDocument.FontsUsageStats object that contains statistics about fonts usage prior to the optimization. |