The Refresh method of the control is used to refresh its display.
public Overridable Sub Refresh ()
public Overridable Sub Refresh ()
System.IO.FileStream file1 = new System.IO.FileStream("TestFile.pdf",FileMode.Open,FileAccess.Read);
pdfCreator1. SetLicenseKey ("Amyuni Tech.", "07EF0...4FB9CFD");
pdfCreator1.Document.Open (file1,"");
pdfCreator1.Document.ReportState = Amyuni.PDFCreator.IacReportState.acReportStateDesign;
pdfCreator1.Refresh ();