Aspose.Pdf.Examples.CSharp.AsposePDF.DocumentConversion.PDFToHTMLFormat.SaveFonts.WOFFFormat C# (CSharp) Method

WOFFFormat() private static method

private static WOFFFormat ( ) : void
return void
        private static void WOFFFormat()
        {
            // Create HtmlSaveOption with tested feature
            HtmlSaveOptions saveOptions = new HtmlSaveOptions();
            // ExStart:WOFFFormat
            saveOptions.FontSavingMode = HtmlSaveOptions.FontSavingModes.AlwaysSaveAsWOFF;
            // ExEnd:WOFFFormat
        }
        public static void ThreeSetFonts()