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

SetFooterStrLeftAttribute() public method

public SetFooterStrLeftAttribute ( string aFooterStrLeft ) : void
aFooterStrLeft string
return void
        public void SetFooterStrLeftAttribute(string aFooterStrLeft)
        {
            m_footerStrLeft = aFooterStrLeft;
        }
PrintSettings