Skybound.Gecko.PrintSettings.GetPrintBGImagesAttribute C# (CSharp) Méthode

GetPrintBGImagesAttribute() public méthode

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