DocSaveOptions.ReSaveFonts

DocSaveOptions.ReSaveFonts property

Gets or sets the procedure for resaving fonts. If set to true, we reload fonts on every page to avoid the influence of previous font properties and load the newly created font from scratch. Set this option to false if you want to improve performance. The default value is true;

public bool ReSaveFonts { get; set; }

See Also