Accusoft Pegasus
Accusoft Pegasus

imaging SDKs that accelerate development

ThumbnailXpress v2 FAQ

Contact Support



Q1How can I determine if I have the latest version of an Accusoft Pegasus control?
Q2How do I distribute my application?
Q3What DLL’s do I need to distribute with my application?
Q4Where can I find additional “How To” type sample code that demonstrates the usage of the control?

Q1: How can I determine if I have the latest version of an Accusoft Pegasus control?
Please download the PegConnect utility program from the following link: PegConnect
or reference the Latest Builds page.

Q2: How do I distribute my application?
Please Note: You must have received unlock codes in order to distribute applications. These are received when runtimes are purchased. If you have not received them please Contact Sales.

1) If you are using the .NET interface you must call the UnlockRuntime and UnlockIXRuntime methods in the Licensing class where the application begins and pass the unlock codes as the parameters. For example, the following C# code demonstrates calling these methods:

thumbnailXpress1.Licensing.UnlockRuntime(5678, 5678, 5678, 5678);

thumbnailXpress1.Licensing.UnlockIXRuntime(1234, 1234, 1234, 1234);

Please Note: If you are using either the AccessPdfXpress or the AccessPdfXress2 methods in your application then you need to call the UnlockPdfXpressRuntime method in the Licensing class where the application begins and pass the PDFXpress unlock codes as the parameters. For example:

ThumbnailXpress1.Licensing.UnlockPdfXpressRuntime(4545,4545,4545,4545);

2) If you are using the ActiveX control you must call the UnlockRuntime and SetIXLicenseCodes methods where your application begins and pass the unlock codes as the parameters. For example:

ThumbnailXpress1.UnlockRuntime 5678, 5678, 5678, 5678

ThumbnailXpress1.SetIXLicenseCodes 1234, 1234, 1234, 1234

Please Note: If you are using either the UsePDFXpress or the UsePDFXpress2 methods in your application then you need to call the UnlockPdfXpressRuntime method in the Licensing class where the application begins and pass the PDFXpress unlock codes as the parameters. For example:

ThumbnailXpress1. SetPDFXLicenseCodes 4545,4545,4545,4545

Q3: What DLL’s do I need to distribute with my application?
1) If you are using the ActiveX interface please distribute the following DLL:

PegasusImaging.ActiveX.ThumbnailXpress2.dll

Please Note: You must register the PegasusImaging.ActiveX.ThumnailXpress2.dll via your installation program or manually via the regsvr32.exe utility.

2) If you are using the .NET interface please distribute the following DLL:

PegasusImaging.WinForms.ThumbnailXpress2.dll

Q4: Where can I find additional “How To” type sample code that demonstrates the usage of the control?
Please refer to the “How To” section in the Contents section of the appropriate help file (.NET or ActiveX) for sample code showing the use of the control.