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

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

public GetFooterStrLeftAttribute ( ) : string
Результат string
        public string GetFooterStrLeftAttribute()
        {
            Console.WriteLine("30");
            return m_footerStrLeft;
        }
PrintSettings