Skybound.Gecko.PrintSettings.GetDownloadFontsAttribute C# (CSharp) Метод

GetDownloadFontsAttribute() публичный Метод

public GetDownloadFontsAttribute ( ) : bool
Результат bool
        public bool GetDownloadFontsAttribute()
        {
            Console.WriteLine("49");
            return m_downloadFonts;
        }
PrintSettings