private void helpAboutToolStripMenuItem_Click(object sender, EventArgs e) { AtalaDemos.AboutBox.About aboutBox = new AtalaDemos.AboutBox.About("About Atalasoft DotImage Document Annotation Viewer Demo", "DotImage Document Annotation Viewer Demo"); aboutBox.Description = "The Document Annotation Viewer Demo demonstrates how use our DocumentAnnotationViewer control. \r\n\r\nThis demo should be used to gain a basic understanding of how the DotImage DocumentAnnotationViewer functions. \r\n\r\nThe demo allows you to open various supported image files, automatically loading any supported embedded annotations. It also allows the creation / editing of various annotation types and saving out the resulting file with annotaions being embedded for supported formats. Additionally, it shows the ease of use of the built in undo/redo manager, as well as cut, copy, and paste of annotations, and even full document printing with annotations. Requires DotImage license. Optionally, requires PdfRasterizer license in order to open/read PDF files."; aboutBox.ShowDialog(); }
private void menuHelpAbout_Click(object sender, System.EventArgs e) { AtalaDemos.AboutBox.About aboutBox = new AtalaDemos.AboutBox.About("About Atalasoft Simple OCR Demo", "DotImage Simple OCR Demo"); aboutBox.Description = @"Demonstrates the basics of OCR. This 'no frills' example demonstrates translating an image to a text file or searchable PDF. The output text style (or mime type) can be formatted as any of the supported types. This is a great place to get started with DotImage OCR. " + "Requires evaluation or purchased licenses of DotImage Document Imaging, and at least one of these OCR Add-ons: GlyphReader, OmniPage or Tesseract."; aboutBox.ShowDialog(); }