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

SetFooterStrCenterAttribute() public method

public SetFooterStrCenterAttribute ( string aFooterStrCenter ) : void
aFooterStrCenter string
return void
        public void SetFooterStrCenterAttribute(string aFooterStrCenter)
        {
            m_footerStrCenter = aFooterStrCenter;
        }
PrintSettings