Skybound.Gecko.PrintSettings.GetPrintBGImagesAttribute C# (CSharp) Method

GetPrintBGImagesAttribute() public method

public GetPrintBGImagesAttribute ( ) : bool
return bool
        public bool GetPrintBGImagesAttribute()
        {
            Console.WriteLine("23");
            return m_printBGImages;
        }
PrintSettings