Breadcrumbs

STImgCtl – Setup

System requirements and dependencies

When the signotec setup is used for installation, all dependencies are set up automatically. The following points must only be observed for manual installation.

This software must be installed:

  • Visual Studio 2015–2022 Redistributables (available free of charge from Microsoft)

These libraries must exist and be registered in the system with regsvr32:

  • STImgCtl.ocx

These libraries must be located in a shared folder with STImgCtl.ocx:

  • STPdfLib18.dll

  • pdfium.dll

Import and interfaces

Display name: signotec Image Control

ID type

Alias

ID

Library

STIMGCTLLib

88946470-7651-4B24-A003-009F749B76B2

Class

STImgCtl

88946473-7651-4B24-A003-009F749B76B2.

Prog ID: SignoApi.StImgCtl.1

Interface

Methods

_DSTImgCtl

88946471-7651-4B24-A003-009F749B76B2

Events

_DSTImgCtlEvents

88946472-7651-4B24-A003-009F749B76B2

SetLicenseKey method

This method is used to set the hardware-independent company licence key (if applicable). This unlocks various functions and removes the demo stamp.

If you have any questions regarding the acquisition of a licence key, please speak to your signotec contact.

C#
int SetLicenseKey(string bstrLicenseKey);
C++
long SetLicenseKey(BSTR bstrLicenseKey);

Parameter


In

Out

Possible

Values

Description

bstrLicenseKey

✔️


!= NULL

Valid company licence key as a string

Return value

Description

0

Method was executed successfully

< 0

An error has occurred