ATMLCommonLibrary.controls.PdfView.Preview C# (CSharp) Method

Preview() public method

public Preview ( string path ) : void
path string
return void
        public void Preview(string path)
        {
            //this.MouseUp+=delegate( object sender, MouseEventArgs args )
            //{
            //    MessageBox.Show("Hit!");
            //};
            this.src = path;
        }
PdfView