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

SetFooterStrLeftAttribute() public méthode

public SetFooterStrLeftAttribute ( string aFooterStrLeft ) : void
aFooterStrLeft string
Résultat void
        public void SetFooterStrLeftAttribute(string aFooterStrLeft)
        {
            m_footerStrLeft = aFooterStrLeft;
        }
PrintSettings