Skybound.Gecko.PrintSettings.SetFooterStrRightAttribute C# (CSharp) 메소드

SetFooterStrRightAttribute() 공개 메소드

public SetFooterStrRightAttribute ( string aFooterStrRight ) : void
aFooterStrRight string
리턴 void
        public void SetFooterStrRightAttribute(string aFooterStrRight)
        {
            m_footerStrRight = aFooterStrRight;
        }
PrintSettings