Skybound.Gecko.PrintSettings.GetFooterStrCenterAttribute C# (CSharp) 메소드

GetFooterStrCenterAttribute() 공개 메소드

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