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

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

public SetFooterStrLeftAttribute ( string aFooterStrLeft ) : void
aFooterStrLeft string
Результат void
        public void SetFooterStrLeftAttribute(string aFooterStrLeft)
        {
            m_footerStrLeft = aFooterStrLeft;
        }
PrintSettings