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

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

public GetPrintBGImagesAttribute ( ) : bool
Результат bool
        public bool GetPrintBGImagesAttribute()
        {
            Console.WriteLine("23");
            return m_printBGImages;
        }
PrintSettings