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

GetFooterStrLeftAttribute() public method

public GetFooterStrLeftAttribute ( ) : string
return string
        public string GetFooterStrLeftAttribute()
        {
            Console.WriteLine("30");
            return m_footerStrLeft;
        }
PrintSettings