Integration Guide pdoc SigCapture SDK

Size: px
Start display at page:

Download "Integration Guide pdoc SigCapture SDK"

Transcription

1 Integration Guide pdoc SigCapture SDK Version 1.5 August 1, 2017 Copyright 2017 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit

2 Table of Contents 1 Introduction Overview Key Features Operating Systems Supported Signature Capture Devices Components of pdoc SigCapture SDK Classes Capture Properties Methods SetSignatureInfo StartSign ClearSign CloseConnection GetSignatureImage GetSignatureData GetSigString GetDeviceInfo SaveAsSIGFile SaveAsSIGPFile TabletDisplay Methods IsTabletDisplaySupported IsTabletDisplayConnected GetTabletDisplayMonitorNumber Integration with Host Application Using standard Capture Control Using host provided Control Back to Top

3 1 Introduction pdoc SigCapture SDK provides capabilities for capturing secured biometric handwritten signatures using Signature Capture devices from Topaz Systems, Signature Capture devices from epadlink, Windows Tablets, and GemView Tablet Displays on Windows Platforms. The signatures captured using this SDK can be used in conjunction with Topaz pdoc SigEmbed SDK to embed signatures into a PDF document. The SDK provides methods to generate the images of the captured signatures and hence can be used in any application requiring signature images too. The biometric signature data for the captured signature can be obtained in encrypted form and saved in any database for future use. 2 Overview Supports capturing of biometric handwritten signatures using Topaz and epadlink signature pads. Provides API for capturing handwritten signatures using Windows tablets and GemView Tablet Displays. Provides APIs to export the captured handwritten signature as an image along with the raw biometric data for future use, like embedding into any document. This SDK can be used in conjunction with the Topaz pdoc SigEmbed SDK to sign a signature field in a PDF document. 3 Back to Top

4 3 Key Features pdoc SigCapture SDK will support the following key features. Host Applications can use the standard control provided by the SDK for capturing and displaying signatures or they can provide host defined signature capture area handles. Set the signature information Set the signature appearance options like ink color Set whether smoothing for signatures is enabled or not Set the minimum number of signature points required to qualify a signature as valid Initiate signature capture Clear the captured signature Export signature image Export the raw biometric signature data in secured form Provide the connected Signature Pad information Check whether a signature is valid or not Export the captured signature data as a Topaz SigPlus compatible.sig format Export the captured signature data as.sigp format Check if a GemView Tablet Display is supported for signature capture Check if a GemView Tablet Display is connected to the PC Retrieve the monitor number of the GemView Tablet Display Specify if custom text is to be displayed in the signature image Specify the custom text that is to be displayed in the signature image Specify the percentage of the signature image that will be used for displaying for custom text 4 Operating Systems Supported The pdoc SigCapture SDK is supported for operating systems Windows Vista and higher, and Windows Tablets. 4 Back to Top

5 5 Signature Capture Devices The pdoc SigCapture SDK supports capturing signatures using signature capture devices from Topaz Systems and epadlink. It also supports capturing signatures from Windows tablets and GemView Tablet Displays; to capture signatures from Windows Tablets, you must acquire a special licensed version of the SDK. Contact Topaz Systems ( for further information. Signature Capture Device drivers need to be installed separately for the pdoc SigCapture SDK to capture signatures using signature pad devices. 6 Components of pdoc SigCapture SDK The main component of pdoc SigCapture SDK is pdoc.sigcapture.dll. As pdoc SigCapture SDK requires supporting components installed by the device drivers for capturing signatures, the following list of files needs to be available along with the pdoc.sigcapture.dll in the same folder for integrating pdoc SigCapture SDK into any application. 1. AxInterop.EpadInkLib.dll 2. Interop.EpadInkLib.dll 3. AxInterop.GIIEPADLib.dll 4. Interop.GIIEPADLib.dll 5. AxInterop.SIGPLUSLib.dll 6. Interop.SIGPLUSLib.dll 7. SigUtil.dll 8. epadservice.dll (This file is required only if you do not have epadlink drivers installed in the machine and are using either Topaz Signature Pad or a Windows Tablet to capture the signatures) 9. WintabDotNet.dll 10. Microsoft.Ink.dll 11. pdocsdkconfig.enc Microsoft Visual Studio 2008 with.net framework 3.5 is used as the development IDE for developing pdoc.sigcapture.dll and hence.net framework 3.5 should be available in the end user machine for pdoc SigCapture SDK to work properly. 5 Back to Top

6 7 Classes The primary output component of this SDK will be pdoc.sigcapture.dll; following are the classes contained in this library. Properties and methods of each class are explained below their respective classes. 7.1 Capture Namespace pdoc.sigcapture public class Capture Properties Name Description SigViewer Enable Smoothing MinSigPoints IntPtr SigViewer bool EnableSmoothing int MinSigPoints Specifies the host defined signature capture area handle. The scribblings on the device are displayed on this area. Currently this is available only for devices from epadlink and for Windows Tablets. Not applicable for Topaz Signature Pads. Specifies if signature smoothing is enabled or not. Specifies the minimum number of points for signature to be valid. IsSignature InkColor bool IsSignature { get; } Color InkColor Specifies if the captured signature is acceptable or not based on the Minimum Number of Signature Points set. True if the captured signature is valid. Specifies the ink color for the signature InkThickness short InkThickness Specifies the ink thickness for signature PadName string PadName { get; } Returns the name of the connected signature pad. PadSerialNumb er string PadSerialNumber { get; } Returns the Serial Number of the connected signature pad if the pad has one. 6 Back to Top

7 breqserialnum ber bool PadSerialNumber Specifies if calling GetDeviceInfo method should read the serial number of the connected device. Applicable only for epadlink Signature Pads. For Topaz Signature Pads, Windows Tablets and GemView Tablet Display devices, the connected signature pad Serial Number is returned even without setting this property. ExternalDevice Check bool ExternalDeviceCheck Specifies if external signature capture devices should be enabled for signing or not. This property is useful when using a GemView Tablet Display for singing. Setting this to true will avoid checking for external signature pads and speed up the connection opening process with the GemView Tablet Display. ErrorMessage string ErrorMessage { get; } The message that describes the last error. UseTabletDispla y bool UseTabletDisplay If the application has previously detected that a GemView Tablet Display is connected to the PC and to specify that the signature capture should not check the GemView Tablet Display existence again (to speed up the signing experience), set this property to true. TabletDisplayNa me string TabletDisplayName If the UseTabletDisplay property is set to true, the TabletDisplayName property should be set too. When the application has detected the presence of the GemView Tablet Display, it can get the name of the Tablet Display. TabletDisplaySe rialnumber string TabletDisplaySerialNumber If the UseTabletDisplay property is set to true, the TabletDisplaySerialNumber property should be set too. When the application has detected the presence of the GemView Tablet Display, it can get the Serial Number of the Tablet Display. DisplayXLine bool DisplayXLine Specifies if a line with X in the beginning should be displayed in the signature capture or not. Set it to true to display the X and the line. This is applicable for epadlink pads, GemView Tablet Displays, and Windows Tablets. DisplayCustomT ext bool DisplayCustomText Specifies if display of custom text in the signature image is enabled or not. This property should be set before calling GetSignatureImage method. By default this value is set to False. 7 Back to Top

8 CustomTextPerc ent CustomTextLine 1 CustomTextLine 2 int CustomTextPercent string CustomTextLine1 string CustomTextLine2 If the DisplayCustomText property is set to true, the CustomTextPercent property specifies the percent of signature image that should be used for displaying the custom text. The minimum percent of signature image that is allocated for custom text should be between 20 and 50. Any value less than 20 is treated as 20 and value greater than 50 will be treated as 50. This property should be set before calling GetSignatureImage method. If the percent is set to be between 20 and 50 and if the custom text specified does not fit in the space available, the text would be omitted and only the squiggle is drawn on the image. If the DisplayCustomText property is set to true, the CustomTextLine1 property specifies the first line of custom text to be displayed in the signature image. This property should be set before calling GetSignatureImage method. If the DisplayCustomText property is set to true, the CustomTextLine2 property specifies the second line of custom text to be displayed in the signature image. This property should be set before calling GetSignatureImage method. The special version of pdoc SigCapture SDK for Windows Tablets does not support GemView Tablet Displays and hence the following properties (described above) are not applicable. breqserialnumber ExternalDeviceCheck UseTabletDisplay TabletDisplayName TabletDisplaySerialNumber 8 Back to Top

9 7.1.2 Methods SetSignatureInfo Sets the signature information, which will be persisted into the raw biometric signature data. void SetSignatureInfo(string FirstName, string LastName, string ID, string Location); Parameters Parameter Name Type Description FirstName String First Name LastName String Last Name ID String ID Location String Geographical Location StartSign Initiates the signature capture bool StartSign(); Returns True if initiation of the signature capture is successful and False if failed ClearSign Clears the currently capture signature void ClearSign(); CloseConnection Closes the connection with the connected signature capture device and ends the signature capture void CloseConnection(); 9 Back to Top

10 GetSignatureImage Returns the image (BMP, JPG or PNG) of the captured signature in the form of Base64 string string GetSignatureImage(int ImageFormat, Color BkColor, int iwidth, int iheight, bool bcenter, bool btransparency, bool bmaxupscalefactor, float fupscalepercent); Parameters Parameter Name Type Description ImageFormat Int Image Format (i.e. BMP, JPEG or PNG) 0 BMP 1 JPEG 2 - PNG BkColor Color Background color for the image iwidth int Width of the required image iheight Int Height of the required image bcenter Boolean Specifies if the signature should be centered in the image btransparency Boolean Specifies if the signature image should be transparent. Applicable only for PNG. bmaxupscalefactor Boolean Specifies if the Maximum Upscale Factor has to be applied while scaling up signature for display. fupscalepercent Float Specifies the percentage of the target image to be used while generating the image if the size of the signature squiggle captured is smaller than the specified image size Base64 encoded string containing the image binary data GetSignatureData Returns the encrypted raw biometric signature data in the form of Base64 string string GetSignatureData(); Base64 encoded string containing the encrypted biometric data GetSigString Returns the signature data as string that is compatible with Topaz s SigPlus SigString format string GetSigString(); String containing the signature data Back to Top

11 GetDeviceInfo Retrieves the information of the connected signature capture device. Before calling the PadName and PadSerialNumber properties, this method needs to be invoked. void GetDeviceInfo(); SaveAsSIGFile Saves the captured signature into a Topaz SigPlus compatible Signature (.SIG) file. One needs to call GetSignatureData method before saving the signature as a SIG file. bool SaveAsSIGFile(string strsigfilename); Boolean indicating if the File was generated successfully or not SaveAsSIGPFile Saves the captured signature into a.sigp file. One needs to call GetSignatureData method before saving the signature as a SIGP file. In addition to the information in the SIG file, this file contains information about pressure for each point and also the device that is used to capture the signature. bool SaveAsSIGPFile(string strsigpfilename); Boolean indicating if the File was generated successfully or not Back to Top

12 7.2 TabletDisplay Namespace pdoc.sigcapture public class TabletDisplay Methods IsTabletDisplaySupported Checks whether using GemView Tablet Display for signature capture is supported or not in this version of the SDK. bool IsTabletDisplaySupported(); Returns True if GemView Tablet Display is supported and False if not supported IsTabletDisplayConnected Checks whether GemView Tablet Display is connected to the PC or not. bool IsTabletDisplayConnected(); Returns True if GemView Tablet Display is connected and False if not connected GetTabletDisplayMonitorNumber Retrieves the monitor number of the GemView Tablet Display (if connected) as set in the Tablet Display Manager. int GetTabletDisplayMonitorNumber(); Returns the monitor number Back to Top

13 8 Integration with Host Application 8.1 Using standard Capture Control This section explains how the pdoc SigCapture SDK can be integrated with a host application. This section assumes that pdoc SigCapture SDK along with the required signature capture device drivers are already installed. Microsoft Visual Studio 2008 is used as the reference IDE for explaining the integration. 1. Open Microsoft Visual Studio Click on File New Project and under Visual C#, select Windows Forms Application. 3. Give a name for the project (e.g. SigCaptureSDKSample). 4. Change the name of the Form1 to Sample (i.e. Sample.cs). 5. If the application has to capture user information, one can insert labels and text boxes to capture the relevant information. 6. Right click on the General section of the Toolbox and select Choose Items as shown below Back to Top

14 7. In the opened Choose Toolbox Items window, under.net Framework Components, click on Browse and select the pdoc.sigcapture.dll provided to you as part of the SDK and then make sure that the component Capture is in selected mode as shown below. 8. Click on the OK button. The Capture Control will now be displayed in the General section of the Toolbox as shown below Back to Top

15 9. Select Capture and Drag it onto the Form. Set the BackColor of the Capture object to White if needed. Now the Form looks like that shown below. 8.2 Using host provided Control 1. Alternatively, instead of a standard SDK capture component, host provided control (Picture Box or any other native.net Framework Control for) can also be used to capture a signature and display the same (applicable only to applications using epadlink signature capture devices and Windows Tablets). The form below is a variant of the above form containing a.net Picture Box in the place of the Capture SDK Control. In this case, the scribbling on the signature capture device is reflected in the Picture Box Back to Top

16 2. Now add a button named Start Sign to the application. If using the Capture Control from the pdoc SigCapture SDK, the button code will be as below. private void btnstartsign_click(object sender, EventArgs e) { capture1.setsignatureinfo(txtfirstname.text, txtlastname.text, txt .text, txtlocation.text); capture1.startsign(); } If using a Picture Box control from the.net Framework, the button code will be as below. private void btnstartsign_click(object sender, EventArgs e) { capture1.setsignatureinfo(txtfirstname.text, txtlastname.text, txt .text, txtlocation.text); capture1.sigviewer = picturebox1.handle; capture1.startsign(); } For the usage of other methods and properties of pdoc SigCapture SDK, refer to the Sample Application (along with the source code) provided along with the SDK Back to Top

Software Integration Guide

Software Integration Guide Software Integration Guide Topaz SigPlusExtLite SDK Designed for use in Chrome, Firefox, Opera, and Edge Browser Extension Frameworks Version 1.0 R1013 Last Update: January 3, 2018 Copyright 2018 Topaz

More information

Quick Guide pdoc FormData Tool

Quick Guide pdoc FormData Tool Quick Guide pdoc FormData Tool Version 1.0 July 29, 2016 Copyright 2016 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. pdoc FormData

More information

Integration Guide epadlink SigCaptureWeb SDK

Integration Guide epadlink SigCaptureWeb SDK Integration Guide epadlink SigCaptureWeb SDK Version 1.1 October 12, 2017 Copyright 2017 epadlink. All rights reserved. www.epadlink.com Table of Contents 1.0 Introduction... 3 2.0 Overview and Architecture...

More information

User Manual. pdoc Pro Client for Windows. Version 2.1. Last Update: March 20, Copyright 2018 Topaz Systems Inc. All rights reserved.

User Manual. pdoc Pro Client for Windows. Version 2.1. Last Update: March 20, Copyright 2018 Topaz Systems Inc. All rights reserved. User Manual pdoc Pro Client for Windows Version 2.1 Last Update: March 20, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

SigCaptureWeb SDK Guide

SigCaptureWeb SDK Guide Version 1.0.0.5 Copyright 2018 epadlink 1 Table of Contents 1.0 Introduction... 3 2.0 Overview and Architecture... 3 2.1 epadlink SigCaptureWeb SDK... 4 2.2 Chrome Extension/Webpage... 4 2.3 Firefox Extension/Webpage...

More information

User Manual. GemView Tablet Displays in VMWare Horizon Environments. Copyright Topaz Systems Inc. All rights reserved.

User Manual. GemView Tablet Displays in VMWare Horizon Environments. Copyright Topaz Systems Inc. All rights reserved. User Manual GemView Tablet Displays in VMWare Horizon Environments Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table

More information

User Manual pdoc Pro App Server

User Manual pdoc Pro App Server User Manual pdoc Pro App Server Version 2.0 May 3, 2017 Copyright 2017 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of

More information

User Manual. pdoc Pro SDK Server. Copyright 2018 Topaz Systems Inc. All rights reserved. Version 2.1. Last Update: March 15, 2018

User Manual. pdoc Pro SDK Server. Copyright 2018 Topaz Systems Inc. All rights reserved. Version 2.1. Last Update: March 15, 2018 User Manual pdoc Pro SDK Server Version 2.1 Last Update: March 15, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

User Manual. pdoc Forms Designer. Version 3.7 Last Update: May 25, Copyright 2018 Topaz Systems Inc. All rights reserved.

User Manual. pdoc Forms Designer. Version 3.7 Last Update: May 25, Copyright 2018 Topaz Systems Inc. All rights reserved. User Manual pdoc Forms Designer Version 3.7 Last Update: May 25, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

User Manual pdoc Signer

User Manual pdoc Signer User Manual pdoc Signer August 11, 2014 Copyright 1995-2014 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks, visit www.topazsystems.com/information/legal.htm#trademarks. www.topazsystems.com

More information

Plug-In How-To Guide

Plug-In How-To Guide Plug-In How-To Guide Adobe Acrobat XI for Macs Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview...

More information

Plug-In How-To Guide

Plug-In How-To Guide Plug-In How-To Guide Adobe Acrobat DC for Macs Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Adobe Acrobat Plug-Ins

More information

IntegriSign epad-ink SDK (Java) Developer s Guide

IntegriSign epad-ink SDK (Java) Developer s Guide IntegriSign epad-ink SDK (Java) Developer s Guide Copyright 2018 epadlink 1 Table of Contents Introduction... 3 Abstract... 3 Key Features... 3 System requirements... 3 Process... 4 Running IntegriSign

More information

Developer Roadmap. SigPlus. Copyright Topaz Systems Inc. All rights reserved.

Developer Roadmap. SigPlus. Copyright Topaz Systems Inc. All rights reserved. Developer Roadmap SigPlus Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview... 3 Enabling Signature

More information

User Manual pdoc Annotator Duo

User Manual pdoc Annotator Duo User Manual pdoc Annotator Duo Version 1.1 September 20, 2016 Copyright 2016 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table

More information

User Guide. Version January 11, Copyright 2018 Topaz Systems Inc. All rights reserved.

User Guide. Version January 11, Copyright 2018 Topaz Systems Inc. All rights reserved. User Guide pdoc Signer for Android Tablets Version 1.0.6 January 11, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

How-To Guide. SigCompare Test Utility. Copyright Topaz Systems Inc. All rights reserved.

How-To Guide. SigCompare Test Utility. Copyright Topaz Systems Inc. All rights reserved. How-To Guide SigCompare Test Utility Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview... 3

More information

How-To Guide. DemoOCX. Copyright 2017 Topaz Systems Inc. All rights reserved.

How-To Guide. DemoOCX. Copyright 2017 Topaz Systems Inc. All rights reserved. How-To Guide DemoOCX Copyright 2017 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview... 3 Functionality...

More information

User Manual. Topaz Adobe Document Cloud esign Services Extension. Copyright Topaz Systems Inc. All rights reserved.

User Manual. Topaz Adobe Document Cloud esign Services Extension. Copyright Topaz Systems Inc. All rights reserved. User Manual Topaz Adobe Document Cloud esign Services Extension Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table

More information

IntegriSign Capture SDK (Java) Developer s Guide

IntegriSign Capture SDK (Java) Developer s Guide IntegriSign Capture SDK (Java) Developer s Guide Copyright 2018 epadlink 1 Table of Contents Introduction... 3 Abstract... 3 Key Features... 3 System requirements... 3 Process... 4 Running IntegriSign

More information

Troubleshooting Guide

Troubleshooting Guide Troubleshooting Guide For Topaz HSB (HID USB) Signature Pads Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of

More information

User Manual pdoc Pro Client for Android

User Manual pdoc Pro Client for Android User Manual pdoc Pro Client for Android Version 2.0.0.226 September 27, 2017 Copyright 2017 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks, visit www.topazsystems.com/legal.

More information

How-To Guide. Serial Pads In a Remote Environment. Copyright Topaz Systems Inc. All rights reserved.

How-To Guide. Serial Pads In a Remote Environment. Copyright Topaz Systems Inc. All rights reserved. How-To Guide Serial Pads In a Remote Environment Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Detailed

More information

How-To Guide. Citrix XenApp & COM Port Forwarding For Epic Users with Topaz Pads. Copyright 2018 Topaz Systems Inc. All rights reserved.

How-To Guide. Citrix XenApp & COM Port Forwarding For Epic Users with Topaz Pads. Copyright 2018 Topaz Systems Inc. All rights reserved. How-To Guide Citrix XenApp & COM Port Forwarding For Epic Users with Topaz Pads Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

Software Integration Guide

Software Integration Guide Software Integration Guide Topaz SigIDExtLite SDK Designed for use in Chrome and Firefox Browser Extension frameworks Version 1.0.0.3 Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems,

More information

Class Test 5. Create a simple paint program that conforms to the following requirements.

Class Test 5. Create a simple paint program that conforms to the following requirements. Class Test 5 Question 1 Use visual studio 2012 ultimate to create a C# windows forms application. Create a simple paint program that conforms to the following requirements. The control box is disabled

More information

How-To Guide. SigCalibrate. Copyright Topaz Systems Inc. All rights reserved.

How-To Guide. SigCalibrate. Copyright Topaz Systems Inc. All rights reserved. How-To Guide SigCalibrate Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview... 3 Using SigCalibrate...

More information

How-To Guide. LCD 1x5 Code Creation Assistant. Copyright Topaz Systems Inc. All rights reserved.

How-To Guide. LCD 1x5 Code Creation Assistant. Copyright Topaz Systems Inc. All rights reserved. How-To Guide LCD 1x5 Code Creation Assistant Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview...

More information

Download Links & Installation Guide

Download Links & Installation Guide Download Links & Installation Guide SigPlusExtLite Version 1.0 R1013 Last Update: January 3, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents,

More information

User Guide pdoc Signer for Apple ipad

User Guide pdoc Signer for Apple ipad User Guide pdoc Signer for Apple ipad Version 1.4 July 18, 2017 Copyright 2017 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

Electronic Signature Systems

Electronic Signature Systems Electronic Signature Systems A Guide for IT Personnel Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents

More information

IntegriSign Capture SDK Developer s Guide

IntegriSign Capture SDK Developer s Guide IntegriSign Capture SDK Developer s Guide Copyright 2018 epadlink 1 Table of Contents Introduction... 4 Key Features... 4 Integration Overview... 4 Pre-requisites... 5 Components of IntegriSign Capture

More information

Software Developer Guide

Software Developer Guide Software Developer Guide SigPlusLCD Version 1.0 Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview...

More information

You can call the project anything you like I will be calling this one project slide show.

You can call the project anything you like I will be calling this one project slide show. C# Tutorial Load all images from a folder Slide Show In this tutorial we will see how to create a C# slide show where you load everything from a single folder and view them through a timer. This exercise

More information

Amyuni PDF Creator for ActiveX

Amyuni PDF Creator for ActiveX Amyuni PDF Creator for ActiveX For PDF and XPS Version 4.5 Professional Quick Start Guide for Developers Updated October 2010 AMYUNI Consultants AMYUNI Technologies www.amyuni.com Contents Legal Information...

More information

pdoc Plug-In for Macs Adobe Acrobat XI

pdoc Plug-In for Macs Adobe Acrobat XI pdoc Plug-In for Macs Adobe Acrobat XI Copyright 2018 epadlink 1 Table of Contents 1.0 Overview... 3 2.0 Setting Up Acrobat for Electronic Signatures... 3 3.0 Pre-Placing Digital Signature Fields in Acrobat

More information

How-To Guide. SignMeInReport. Copyright Topaz Systems Inc. All rights reserved.

How-To Guide. SignMeInReport. Copyright Topaz Systems Inc. All rights reserved. How-To Guide SignMeInReport Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview... 3 Using SignMeInReport...

More information

IBSDK Quick Start Tutorial for C# 2010

IBSDK Quick Start Tutorial for C# 2010 IB-SDK-00003 Ver. 3.0.0 2012-04-04 IBSDK Quick Start Tutorial for C# 2010 Copyright @2012, lntegrated Biometrics LLC. All Rights Reserved 1 QuickStart Project C# 2010 Example Follow these steps to setup

More information

pdoc Plug-In for Macs Adobe Acrobat DC and Up

pdoc Plug-In for Macs Adobe Acrobat DC and Up pdoc Plug-In for Macs Adobe Acrobat DC and Up Copyright 2018 epadlink 1 Table of Contents 1.0 Overview... 3 2.0 Setting Up Acrobat for Electronic Signatures... 3 3.0 Pre-Placing Digital Signature Fields

More information

Operating Instructions WhiteBoard Software for Mac 1.4

Operating Instructions WhiteBoard Software for Mac 1.4 Operating Instructions WhiteBoard Software for Mac 1.4 Please read these instructions carefully before using this product, and save this manual for future use. Panasonic Corporation 2018 Contents INTRODUCTION...

More information

Corel Grafigo User Guide The contents of this user guide and the associated Corel Grafigo software are the property of Corel Corporation and its

Corel Grafigo User Guide The contents of this user guide and the associated Corel Grafigo software are the property of Corel Corporation and its Corel Grafigo User Guide The contents of this user guide and the associated Corel Grafigo software are the property of Corel Corporation and its respective licensors, and are protected by copyright. For

More information

Skinning Manual v1.0. Skinning Example

Skinning Manual v1.0. Skinning Example Skinning Manual v1.0 Introduction Centroid Skinning, available in CNC11 v3.15 r24+ for Mill and Lathe, allows developers to create their own front-end or skin for their application. Skinning allows developers

More information

Foreword 0. ServiceClass Property GetActualSize... Method. SaveAsMemory... Method. SetStructuredAppend... Method. Orientation Enumeration

Foreword 0. ServiceClass Property GetActualSize... Method. SaveAsMemory... Method. SetStructuredAppend... Method. Orientation Enumeration Contents 1 Table of Contents Foreword 0 Part I Introduction 2 Part II Installation 2 1 Trial Version... 2 2 Full Version... 3 Part III How to Distribute It 4 Part IV Reference Guide 4 1 Properties... 4

More information

The first program we write will display a picture on a Windows screen, with buttons to make the picture appear and disappear.

The first program we write will display a picture on a Windows screen, with buttons to make the picture appear and disappear. 4 Programming with C#.NET 1 Camera The first program we write will display a picture on a Windows screen, with buttons to make the picture appear and disappear. Begin by loading Microsoft Visual Studio

More information

Cropping an Image for the Web

Cropping an Image for the Web Cropping an Image for the Web This guide covers how to use the Paint software included with Microsoft Windows to crop images for use on a web page. Opening Microsoft Paint (In Windows Accessories) On your

More information

Foreword 0. GetActualSize... Method GetPatternData... Method. SaveAsMemory... Method. Orientation Enumeration

Foreword 0. GetActualSize... Method GetPatternData... Method. SaveAsMemory... Method. Orientation Enumeration Contents 1 Table of Contents Foreword 0 Part I Introduction 3 Part II Installation 3 1 Trial Version... 3 2 Full Version... 4 Part III How to Distribute It 5 Part IV Reference Guide 5 1 Properties... 5

More information

INTERACTIVE WHITEBOARDS: SMART Board Overview

INTERACTIVE WHITEBOARDS: SMART Board Overview INTERACTIVE WHITEBOARDS: SMART Board Overview SMART Notebook Basic 2 SMART Board Equipment The SMART interactive whiteboard uses several main components. They include: THE BOARD The SMART Board has a touch-

More information

EL-USB-RT API Guide V1.0

EL-USB-RT API Guide V1.0 EL-USB-RT API Guide V1.0 Contents 1 Introduction 2 C++ Sample Dialog Application 3 C++ Sample Observer Pattern Application 4 C# Sample Application 4.1 Capturing USB Device Connect \ Disconnect Events 5

More information

MINT Interactive User s Guide

MINT Interactive User s Guide MINT Interactive User s Guide MINT Interactive is very powerful board software including rich functions and gallery software, which are very useful for lecture environment. It will be continuously upgraded

More information

Software Developer Guide

Software Developer Guide Software Developer Guide SigWeb Version 1.3 Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview...

More information

Copyright 2009 IntegriSign. WebSign SDK (ActiveX) Developer s Guide

Copyright 2009 IntegriSign. WebSign SDK (ActiveX) Developer s Guide WebSign SDK (ActiveX) Developer s Guide C O N T E N T S 1. Introduction...1 2. WebSign SDK (ActiveX) Key Features...1 3. WebSign SDK (ActiveX) Integration Overview...1 4. Pre-requisites...2 5. Components

More information

How-To Guide. SigPlus Demo LCD 4x3 Java. Copyright Topaz Systems Inc. All rights reserved.

How-To Guide. SigPlus Demo LCD 4x3 Java. Copyright Topaz Systems Inc. All rights reserved. How-To Guide SigPlus Demo LCD 4x3 Java Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview...

More information

Create your own Meme Maker in C#

Create your own Meme Maker in C# Create your own Meme Maker in C# This tutorial will show how to create a meme maker in visual studio 2010 using C#. Now we are using Visual Studio 2010 version you can use any and still get the same result.

More information

We are going to use some graphics and found a nice little batman running GIF, off course you can use any image you want for the project.

We are going to use some graphics and found a nice little batman running GIF, off course you can use any image you want for the project. C# Tutorial - Create a Batman Gravity Run Game Start a new project in visual studio and call it gravityrun It should be a windows form application with C# Click OK Change the size of the to 800,300 and

More information

Quick Guide for the ServoWorks.NET API 2010/7/13

Quick Guide for the ServoWorks.NET API 2010/7/13 Quick Guide for the ServoWorks.NET API 2010/7/13 This document will guide you through creating a simple sample application that jogs axis 1 in a single direction using Soft Servo Systems ServoWorks.NET

More information

BOXOFT Image to PDF s allow you scans paper documents and automatically s them as PDF attachments using your existing software

BOXOFT Image to PDF s allow you scans paper documents and automatically  s them as PDF attachments using your existing  software Note: This product is distributed on a try-before-you-buy basis. All features described in this documentation are enabled. The registered version does not insert a watermark in your generated pdf documents.

More information

How-To Guide. SignMeIn. Copyright Topaz Systems Inc. All rights reserved.

How-To Guide. SignMeIn. Copyright Topaz Systems Inc. All rights reserved. How-To Guide SignMeIn Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview... 3 Using SignMeIn...

More information

Start Visual Studio, start a new Windows Form project under the C# language, name the project BalloonPop MooICT and click OK.

Start Visual Studio, start a new Windows Form project under the C# language, name the project BalloonPop MooICT and click OK. Start Visual Studio, start a new Windows Form project under the C# language, name the project BalloonPop MooICT and click OK. Before you start - download the game assets from above or on MOOICT.COM to

More information

Nikon Capture NX "How To..." Series

Nikon Capture NX How To... Series 1 of 8 5/15/2007 2:24 PM Nikon Capture NX "How To..." Series Article 22 - How to convert multiple RAW NEF images to JPEG Purpose: Using the "Batch" process, you can convert all RAW NEF images in a single

More information

Wacom sign pro PDF Android Version. User Guide

Wacom sign pro PDF Android Version. User Guide Wacom sign pro PDF Android Version User Guide Contents 1 Introduction... 5 2 Installation... 5 3 Signature Credits... 6 4 Getting Started... 7 4.1 Application Menu... 7 a) Documents... 7 b) Signature...

More information

Developer s Guide. Revised June 6, Boardwalk, Suite 205, San Marcos, CA (760)

Developer s Guide. Revised June 6, Boardwalk, Suite 205, San Marcos, CA (760) Developer s Guide Revised June 6, 2017 950 Boardwalk, Suite 205, San Marcos, CA 92078 (760) 510-1200 www.productivecomputing.com Copyright 2017 Productive Computing, Inc. Table of Contents I. INTRODUCTION...

More information

New frontier of responsive & device-friendly web sites

New frontier of responsive & device-friendly web sites New frontier of responsive & device-friendly web sites Dino Esposito JetBrains dino.esposito@jetbrains.com @despos facebook.com/naa4e Responsive Web Design Can I Ask You a Question? Why Do You Do RWD?

More information

WebSign SDK (Java) Java(Client) - Java(Server) Developer s Guide

WebSign SDK (Java) Java(Client) - Java(Server) Developer s Guide WebSign SDK (Java) Java(Client) - Java(Server) Developer s Guide C O N T E N T S 1. Introduction... 1 2. Abstract... 1 3. Key Features... 1 4. System requirements... 1 5. Process... 1 6. Running WebSign

More information

Chapter 1 Getting Started

Chapter 1 Getting Started Chapter 1 Getting Started The C# class Just like all object oriented programming languages, C# supports the concept of a class. A class is a little like a data structure in that it aggregates different

More information

User Guide Topaz Signature Pads and Software

User Guide Topaz Signature Pads and Software User Guide Topaz Signature Pads and Software Copyright 1995-2014 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks, visit www.topazsystems.com/legal. www.topazsystems.com Table

More information

Overview Guide NEW. Improved Toolbar. Lockable Objects. Transparent Objects. Improved Gallery. Multimedia Support.

Overview Guide NEW. Improved Toolbar. Lockable Objects. Transparent Objects. Improved Gallery. Multimedia Support. Overview Guide NEW Improved Toolbar Lockable Objects Transparent Objects Improved Gallery Multimedia Support Import Documents mimio Toll Free Support: 877.846.3721 email: training@mimio.com Overview There

More information

1.1 PDFium Foxit PDF SDK PDFium version of Foxit PDF SDK Features Evaluation...

1.1 PDFium Foxit PDF SDK PDFium version of Foxit PDF SDK Features Evaluation... TABLE OF CONTENTS 1 Introduction to PDFium version of Foxit PDF SDK... 1 1.1 PDFium... 1 1.2 Foxit PDF SDK... 1 1.3 PDFium version of Foxit PDF SDK... 1 1.4 Features... 2 1.5 Evaluation... 2 1.6 License...

More information

v Annotation Tools GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles.

v Annotation Tools GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles. v. 10.4 GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles. Objectives GMS includes a number of annotation tools that can be used

More information

Chapter 2. Ans. C (p. 55) 2. Which is not a control you can find in the Toolbox? A. Label B. PictureBox C. Properties Window D.

Chapter 2. Ans. C (p. 55) 2. Which is not a control you can find in the Toolbox? A. Label B. PictureBox C. Properties Window D. Chapter 2 Multiple Choice 1. According to the following figure, which statement is incorrect? A. The size of the selected object is 300 pixels wide by 300 pixels high. B. The name of the select object

More information

Investintech.com Inc. Software Development Kit: ImagetoPDF Function Library User s Guide

Investintech.com Inc. Software Development Kit: ImagetoPDF Function Library User s Guide Investintech.com Inc. Software Development Kit: ImagetoPDF Function Library User s Guide December 31, 2007 http://www.investintech.com Copyright 2007 Investintech.com, Inc. All rights reserved Adobe is

More information

Zpen User s Guide. Version 4.0

Zpen User s Guide. Version 4.0 1 Version 4.0 Table of Contents 2 Table of Contents Table of Contents...2 Preface...4 Chapter 1... 5 Introduction to the Zpen...5 Digital Pen...6 Receiver...6 Zpen capabilities and features...7 System

More information

Guide Swish QR Code specification

Guide Swish QR Code specification Version 1.6 Guide Swish QR Code specification Integration Guide Datum: 2017/07/07 Table of content 1 Introduction... 3 2 Payment flows... 3 2.1 Swish C2B flow with QR code... 3 3 Create QR code via getswish.se...

More information

Form Properties Window

Form Properties Window C# Tutorial Create a Save The Eggs Item Drop Game in Visual Studio Start Visual Studio, Start a new project. Under the C# language, choose Windows Form Application. Name the project savetheeggs and click

More information

Pen & Ink Writer. User Guide

Pen & Ink Writer. User Guide Pen & Ink Writer User Guide 1 Table of Contents Pen & Ink Writer.....4 Pen & Ink Main Window...5 The Writing Area...9 Margins and Grids...12 Editing...13 Editing the Line Properties...13 Changing the Line

More information

Graphics: Legacy Library

Graphics: Legacy Library Graphics: Legacy Library Version 5.1 February 14, 2011 (require graphics/graphics) The viewport graphics library is a relatively simple toolbox of graphics commands. The library is not very powerful; it

More information

OhioState::OpenGLPanel. OpenGL and Windows. Public methods. OpenGLPanel : Forms::Control

OhioState::OpenGLPanel. OpenGL and Windows. Public methods. OpenGLPanel : Forms::Control OhioState::OpenGLPanel OpenGL and Windows Windows Forms Programming Roger Crawfis The simplest possible canvas or rendering context. No assumptions are made (single buffer, double buffer, etc.) Burden

More information

Code Industry ImagePrinter Pro. Master PDF Editor for Mac OS X, Windows and Linux.

Code Industry ImagePrinter Pro. Master PDF Editor for Mac OS X, Windows and Linux. Code Industry ImagePrinter Pro. Master PDF Editor for Mac OS X, Windows and Linux. Code Industry Ltd 394005, Russian Federation, Voronezh, st. Mordasovoy 9b/15 Email: support@code-industry.net https://code-industry.net/

More information

Boxoft PDF Stamper does NOT require Adobe Acrobat, and produces documents compatible with Adobe Acrobat Reader Version 5 and above.

Boxoft PDF Stamper does NOT require Adobe Acrobat, and produces documents compatible with Adobe Acrobat Reader Version 5 and above. Note: This product is distributed on a try-before-you-buy basis. All features described in this documentation are enabled. The registered version does not insert a watermark in your generated pdf documents.

More information

CoSign Quick Guide Virtual Signing with CoSign

CoSign Quick Guide Virtual Signing with CoSign CoSign Quick Guide Virtual Signing with CoSign Table of Contents Launching OmniSign 1 Launching OmniSign with a PDF file 1 Launching OmniSign with a non-pdf file 1 Getting Started with OmniSign 2 Creating

More information

McAfee Cloud Identity Manager

McAfee Cloud Identity Manager Provisioning SDK Guide McAfee Cloud Identity Manager version 3.5 COPYRIGHT Copyright 2013 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

EASY INTERACTIVE WHITEBOARD

EASY INTERACTIVE WHITEBOARD EASY INTERACTIVE WHITEBOARD CONNECT COMPUTER/TURN ON PROJECTOR LAPTOP For the projectors in the labs, a computer is connected. These instructions are for you to connect a laptop computer to the projector.

More information

In this lecture we will briefly examine a few new controls, introduce the concept of scope, random numbers, and drawing simple graphics.

In this lecture we will briefly examine a few new controls, introduce the concept of scope, random numbers, and drawing simple graphics. Additional Controls, Scope, Random Numbers, and Graphics CS109 In this lecture we will briefly examine a few new controls, introduce the concept of scope, random numbers, and drawing simple graphics. Combo

More information

CHANNEL DESIGN GUIDELINES

CHANNEL DESIGN GUIDELINES CHANNEL DESIGN GUIDELINES How should I design my channels for the Showpad platform? 1. CREATING BACKGROUND 2. CREATING LOGO 3. CREATING ICONS 4. EDITING THE GLOBAL THEME 1 CREATING BACKGROUND ipad A Showpad

More information

OptimiData. JPEG2000 Software Development Kit for C/C++ Reference Manual. Version 1.6. from

OptimiData. JPEG2000 Software Development Kit for C/C++  Reference Manual. Version 1.6. from OptimiData for optimized data handling JPEG2000 Software Development Kit for C/C++ Reference Manual Version 1.6 from 2004-07-29 (Windows and Linux Versions) www.optimidata.com OptimiData JPEG2000 C-SDK

More information

MedDream MedDream SendToPACS USER S MANUAL (version 1.16)

MedDream MedDream SendToPACS USER S MANUAL (version 1.16) MedDream MedDream SendToPACS USER S MANUAL (version 1.16) 2016, Softneta UAB, Kaunas All rights reserved in the event of granting of patents or registration as a utility patent. All names of companies

More information

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special.

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special. This section describes how to add content to your pages including text, Microsoft Office documents, images, Flash, and other media content. Inserting Text To add text to your document, you can type the

More information

Getting Started with IVI-COM Drivers for the Lambda Genesys Power Supply

Getting Started with IVI-COM Drivers for the Lambda Genesys Power Supply Page 1 of 17 1. Introduction This is a step-by-step guide to writing a program to remotely control the Genesys power supply using the Lambda IVI-COM drivers. This tutorial has instructions and sample code

More information

Crystal Reports for Visual Studio.NET

Crystal Reports for Visual Studio.NET Crystal Reports for Visual Studio.NET Export and Print a Crystal Report Overview Contents This white paper will walk you through creating a.net Windows application using Crystal Reports for Visual Studio.NET.

More information

Investintech.com Inc. Software Development Kit: PDFtoImage Function Library User s Guide

Investintech.com Inc. Software Development Kit: PDFtoImage Function Library User s Guide Investintech.com Inc. Software Development Kit: PDFtoImage Function Library User s Guide Novemebr 6, 2007 http://www.investintech.com Copyright 2007 Investintech.com, Inc. All rights reserved Adobe is

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Integrating Device Services with ADF Mobile 2 Digital Convergence Do you still personally carry around a separate one of these? 3 The World has Converged on Smartphones But What Makes a Smartphone "Smart"?

More information

Capturing the Mouse. Dragging Example

Capturing the Mouse. Dragging Example Capturing the Mouse In order to allow the user to drag something, you need to keep track of whether the mouse is "down" or "up". It is "down" from the MouseDown event to the subsequent MouseUp event. What

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

Table of Contents. Part I Introduction 3 Part II Installation 3. Part III How to Distribute It? 3 Part IV Office 2007 &

Table of Contents. Part I Introduction 3 Part II Installation 3. Part III How to Distribute It? 3 Part IV Office 2007 & Contents 1 Table of Contents Foreword 0 Part I Introduction 3 Part II Installation 3 1 Trial Version... 3 2 Full Version... 3 Part III How to Distribute It? 3 Part IV Office 2007 & 2010 4 1 Word... 4 Run

More information

Programming in C# Project 1:

Programming in C# Project 1: Programming in C# Project 1: Set the text in the Form s title bar. Change the Form s background color. Place a Label control on the Form. Display text in a Label control. Place a PictureBox control on

More information

Hands-On Lab. Instrumentation and Performance -.NET. Lab version: Last updated: December 3, 2010

Hands-On Lab. Instrumentation and Performance -.NET. Lab version: Last updated: December 3, 2010 Hands-On Lab Instrumentation and Performance -.NET Lab version: 1.0.0 Last updated: December 3, 2010 CONTENTS OVERVIEW 3 EXERCISE 1: INSTRUMENTATION USING PERFORMANCE COUNTERS. 5 Task 1 Adding a Class

More information

Session 6. Microsoft and The DigiPen Institute of Technology Webcast Series

Session 6. Microsoft and The DigiPen Institute of Technology Webcast Series Session 6 Microsoft and The DigiPen Institute of Technology Webcast Series HOW TO USE THIS DOCUMENT This e-textbook has been distributed electronically using the Adobe Portable Document Format (PDF) format.

More information

1 INTRODUCTION TO EASIK 2 TABLE OF CONTENTS

1 INTRODUCTION TO EASIK 2 TABLE OF CONTENTS 1 INTRODUCTION TO EASIK EASIK is a Java based development tool for database schemas based on EA sketches. EASIK allows graphical modeling of EA sketches and views. Sketches and their views can be converted

More information

User Installation Guide epadlink SigCaptureWeb SDK

User Installation Guide epadlink SigCaptureWeb SDK User Installation Guide epadlink SigCaptureWeb SDK Version 1.1 October 12, 2017 Copyright 2017 epadlink. All rights reserved. www.epadlink.com Table of Contents 1.0 Introduction... 3 2.0 Operating Systems

More information

GT Separate PNG Method Corel X3 (PNG Separator)

GT Separate PNG Method Corel X3 (PNG Separator) GT DIGITAL GARMENT PRINTERS For Technical Assistance Please Call Toll Free 1-877-4BROTHER Email: tsupport@brother.com GT Separate PNG Method Corel X3 (PNG Separator) Requirements to use the GT Separate

More information

SHARP Pen Software. Version 2.2 OPERATION MANUAL

SHARP Pen Software. Version 2.2 OPERATION MANUAL SHARP Pen Software Version 2.2 OPRATION MANUAL Contents Introduction...3 Starting and xiting the Software...4 Pen Software modes and how to start the modes...4 xiting the software...5 Layout of Basic Screen...6

More information