ScreenToGif.Pages.Processing.SetPreEncoding C# (CSharp) 메소드

SetPreEncoding() 공개 메소드

Sets the Text of the page to a state that is not Encoding.
public SetPreEncoding ( string text ) : void
text string The text to show as title of the page.
리턴 void
        public void SetPreEncoding(string text)
        {
            lblProcessing.Text = text;
            lblValue.Visible = false;
            progressBarEncoding.Style = ProgressBarStyle.Marquee;
        }