User Guide > Getting Started > Samples |
All samples are located within ImageGear.NET v22 64-bit\Source Code\... subfolders. |
ImageGear for .NET has the following samples (organized by category):
Samples Location: ...\[CSharp|VBNET]\Legacy\ART\...
Name |
GUI |
This Sample Demonstrates... |
Languages |
IDEs |
---|---|---|---|---|
ART_MFA (Legacy) |
WinForms |
How to work with and manipulate ART annotations, and import and export them from/to XML. |
C#, VB.NET |
VS2010 |
WPF_ART (Legacy) |
WPF |
WPF PageView control and annotations. |
C# |
VS2010 |
Samples Location: ...\[CSharp|VBNET]\Legacy\Barcode\...
Name |
GUI |
This Sample Demonstrates... |
Languages |
IDEs |
---|---|---|---|---|
Barcode (Legacy) |
WinForms |
Different methods for creating and recognizing barcodes. |
C#, VB.NET |
VS2010 |
Samples Location: ...\[CSharp|VBNET]\[VS2010|VS2015]\PDF\...
For convenience, we added identical sample projects created with different versions of Visual Studio. |
Name |
GUI |
This Sample Demonstrates... |
Languages |
IDEs |
---|---|---|---|---|
ConvertDOCXtoPDF |
WinForms |
How to read a DOCX document page and save it as a PDF file. |
C#, VB.NET |
VS2010 |
SplitPDFUsingMultipleThreads |
Console |
How to split PDFs using multiple threads. |
C#, VB.NET |
VS2010 |
ConvertPDFtoSVG |
WinForms |
How to convert a PDF document to a SVG using Accusoft's API. |
C#, VB.NET |
VS2010 |
VerifyAndConvertToPDFA |
WinForms |
How to convert a PDF document into a PDFA standard and how to verify compliance with ISO-standard PDFA-1a. |
C#, VB.NET |
VS2010 |
PDFMerge |
WinForms |
How to merge two PDF documents into a one PDF document. |
C#, VB.NET |
VS2010 |
SavePDFtoImage |
WinForms |
How to read a PDF document page by page, index, rasterize a page, and store the raster page as JPEG file. |
C#, VB.NET |
VS2010 |
AddWatermarkToPDFPage |
WinForms |
Watermarking a PDF document by adding:
Images that support alpha channel transparency may be used. |
C#, VB.NET |
VS2010 |
WPF_SavePDFtoMultiPageTIF |
WPF |
Converting a PDF into a multi-page TIF using WPF controls. |
C#, VB.NET |
VS2010 |
PDF Sample (Legacy) | WinForms | The capabilities of ImageGear for viewing, editing, annotating, and saving PDF documents. | C#, VB.NET | VS2010 |
Samples Location: ...\[CSharp|VBNET]\Legacy\Medical\...
Name |
GUI |
This Sample Demonstrates... |
Languages |
IDEs | ||
---|---|---|---|---|---|---|
Medical (Legacy) |
WinForms |
How to work with DICOM images and medical functionality. |
C#, VB.NET |
VS2010 | ||
WPF_Medical (Legacy) |
WPF |
How to work with DICOM images and medical functionality using WPF Controls. |
C# |
VS2010 | ||
RadiologyOfficeSample |
WebForms |
The use of ImageGear web components PageView and ThumbnailView to display and annotate radiology procedure images. This sample uses LINQ to SQL to drill down from patient to procedures lists displayed in ASP.NET GridView components. Selection of a procedure from the list displays images belonging to that procedure in a ThumbnailView list. Thumbnail selection displays image in the PageView web control. This sample also demonstrates using a custom Image Data Provider in a separate assembly. The database included with the sample contains patient and procedure information. The images are stored on the server as files. The database stores image file names. Microsoft SQL Server 2005 Express installation is required for this sample to work.
|
C#, ASP.NET |
VS2010 |
Samples Location: ...\[CSharp|VBNET]\Legacy\Office\...
Name |
GUI |
This Sample Demonstrates... |
Languages |
IDEs |
---|---|---|---|---|
Office (Legacy) |
WinForms |
How to load, display, print, and repaginate Word files. |
C#, VB.NET |
VS2010 |
WPF_Office (Legacy) |
WPF |
How to load, display, print, and repaginate Word files using WPF controls. |
C# |
VS2010 |
Samples Location: ...\[CSharp|VBNET]\Legacy\TWAIN\...
Name |
GUI |
This Sample Demonstrates... |
Languages |
IDEs | ||
---|---|---|---|---|---|---|
TWAIN (only x86)(Legacy) |
WinForms |
Scanning capabilities using the installed TWAIN drivers. |
C#, VB.NET |
VS2010 | ||
ImGearIsisSample |
WebForms |
Scanning capabilities using ImageGear web components.
|
C#, ASP.NET |
VS2010 |
Samples Location: ...\[CSharp|VBNET]\Legacy\Vector\...
Name |
GUI |
This Sample Demonstrates... |
Languages |
IDEs |
---|---|---|---|---|
Vector(Legacy) |
WinForms |
How to deal with CAD and other vector files, providing a comprehensive GUI for vector and 3D processing. |
C#, VB.NET |
VS2010 |
Samples Location: ...\[CSharp|VBNET]\Legacy\...
Name |
GUI |
This Sample Demonstrates... |
Languages |
IDEs | ||
---|---|---|---|---|---|---|
Core (Legacy) |
WinForms |
The core product functionality, working with documents and individual pages. |
C#, VB.NET |
VS2010 | ||
Display (Legacy) |
WinForms |
Display capabilities, which includes anti-aliasing, transparency, and extra channels. |
C#, VB.NET |
VS2010 | ||
Processing (Legacy) |
WinForms |
Image processing operations (basic, color, filtering, encryption, visual effects, and ImageClean). |
C#, VB.NET |
VS2010 | ||
Recognition (Legacy) |
WinForms |
ImageGear's character recognition capabilities. |
C#, VB.NET |
VS2010 | ||
Timing (Legacy) |
WinForms |
The benchmarking methods for input, output, display, and image processing functionality. |
C# |
VS2010 | ||
FreqIP (only x86) (Legacy) |
WinForms |
The use of ImageGear components for frequency domain image processing (FFT, DCT). |
C# |
VS2010 | ||
XPS (Legacy) |
WinForms |
Working with XML Paper Specification files. |
C# |
VS2010 | ||
WPF_Thumbnail (Legacy) |
WPF |
How to enable support for HD Photo images and the XAML based thumbnail and magnifier controls for WPF. |
C# |
VS2010 | ||
WebSqlSample |
WebForms |
The use of the built-in SqlImageDataProvider. The images are stored as "Blobs" in the database included with the sample. The web page displays images in the PageView web control. There is a simple toolbar at the top that demonstrates the use of some of the ImageGear Client API to manipulate the displayed image. Microsoft SQL Server 2005 Express installation is required for this sample to work.
|
C#, ASP.NET |
VS2010 | ||
ImageStreamSample |
WebForms |
How to pre-fetch images from the image repository and allow the user to scroll forward or backward through these images.
|
C#, ASP.NET |
VS2010 | ||
jQuerySamples > ImGearPluginSample |
WebForms |
The use of ImageGear web components using jQuery. A set of instructions is provided in the Default file in order to help configure this sample for running it using HTTP or HTTPS.
|
jQuery |
VS2010 |