Search results for "multi-page-image-viewer-silverlight-azure"

Page

Our Partners: H2

Blog Post

How ImageGear’s TWAIN Scanning Enhances Application Workflows

Printers, scanners, and other imaging devices have long been a source of headaches and frustration for developers and users alike. All too often, multiple software tools are required to connect an application to a device and acquire image files from them. This not only slows down workflows, but also creates opportunities for human error. Files […]

Whitepaper

How PrizmDoc Viewer Load Balancing Works

Technical FAQ

In PrizmDoc, why can't I delete a full page redaction? The menu pops up for a rectangle redaction, so why not for a full page?

Question In PrizmDoc, why can’t I delete a full page redaction? The menu pops up for a rectangle redaction, so why not for a full page? Answer First, some terminology for PrizmDoc Viewer menus: Traditionally, when you right click on a page, application, etc. the menu that pops up is called the “context menu”. However, […]

Technical FAQ

In PrizmDoc, why can't I delete a full page redaction? The menu pops up for a rectangle redaction, so why not for a full page?

Question In PrizmDoc, why can’t I delete a full page redaction? The menu pops up for a rectangle redaction, so why not for a full page? Answer First, some terminology for PrizmDoc Viewer menus: Traditionally, when you right click on a page, application, etc. the menu that pops up is called the “context menu”. However, […]

Technical FAQ

Why do I get a “Non-supported resolution” exception when trying to import a page into ImageGear's recognition engine?

Question I encounter an Unhandled Exception error, as shown below, in ImageGear when trying to load a page into the recognition engine. Error Message: An unhandled exception of type ‘ImageGear.Core.ImGearException’ occurred in ImageGear22.Core.dll Additional information: IMG_DPI_WARN (0x4C711): Non-supported resolution. Value1:0x4C711 What is causing this and how can I fix it? Answer This is probably because […]

Blog Post

Barcode Xpress and ImageGear .NET

Barcode Xpress and ImageGear .NET.  Barcode Xpress is a leading barcode reading SDK. While it supports a variety of image formats, Barcode Xpress works with ImageGear to support even more obscure image formats. For example, Barcode Xpress does not support reading barcodes on PDFs. Combined with ImageGear, developers can support a myriad of image formats […]

Technical FAQ

Can more than one PrizmDoc Viewer be rendered on the same page?

Question With PrizmDoc Viewer, can I have more than a single viewer on the same page? Answer Yes, just initialize a second viewer on another <div> in the page. You can use the initialization code here more than once within the same page.

Technical FAQ

Can more than one PrizmDoc Viewer be rendered on the same page?

Question With PrizmDoc Viewer, can I have more than a single viewer on the same page? Answer Yes, just initialize a second viewer on another <div> in the page. You can use the initialization code here more than once within the same page.

Blog Post

Why the Ability to Watermark Documents Matters for Applications

The ability to watermark documents is essential for many businesses. By utilizing watermarks, organizations can quickly brand their assets and take steps to protect their valuable intellectual property. When identifying mission critical document features for their applications, developers need to keep in mind all the ways that watermarks continue to be deployed for a variety […]

Blog Post

How PDF Redaction Tools Can Secure Documents

Anyone who has watched a thriller about government secrecy probably has an image in mind about what it means to redact a document. That picture usually involves piles of classified pages with entire paragraphs blotted out with black marker. At some point, a character holds a sheet up to a light and finds a spot […]

Technical FAQ

In PrizmDoc, how can I get the page coordinates of my cursor?

Question In PrizmDoc, I can get the coordinates of a Click event. However, this corresponds to the window coordinates of my viewer. How can I translate this to coordinates of the actual page? Answer As specified in our documentation here, PrizmDoc offers the following method: convertPageToWindowCoordinates(pageNumber, points) This appears to do the opposite of what […]