SignDoc SDK (.NET without exceptions)  5.0.0
Using the SignDoc SDK WinRT component

To use the SignDoc SDK WinRT component in a Windows Store app, perform the following steps in Visual Studio:

  • Click Project->Add Existing Item..., then browse to SPSignDoc_5.0_app.dll and click Add.
  • Repeat for SPSignDoc_5.0_WinRT.dll, SPFreeImage_1_app.dll, and SPTiff_40_app.dll.
  • Click Project->Add Reference..., then browse to de.softpro.doc.winmd and click Add.
  • Repeat for SignatureContainer.dll and EncoderDecoder.dll.
  • Do not use SignDoc SDK in the UI thread.
  • You can use only pathnames which point into the ApplicationData.LocalFolder or Package.InstalledLocation directories. For all other pathnames, you have to load the file into memory and pass it as blob into SignDoc SDK or save to a blob and then save that blob to the target file.