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

GetFooterStrCenterAttribute() public method

public GetFooterStrCenterAttribute ( ) : string
return string
        public string GetFooterStrCenterAttribute()
        {
            Console.WriteLine("31");
            return m_footerStrCenter;
        }
PrintSettings