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

GetFooterStrCenterAttribute() public méthode

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