SignDoc SDK (.NET with exceptions)  5.0.1.30
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Migrating to SignDoc SDK 5.0.1.24

One overload of de.softpro.SignDocCapture.mapCoordinates() has been renamed mapCoordinates1() as there were two overloaded versions that had the same number of arguments.

de.softpro.doc.SignDocSignatureParameters.setBlob() and de.softpro.doc.SignDocVerificationParameters.setBlob() now decode PEM for all certificate parameters rather than leaving that to the function using the parameters.

de.softpro.doc.SignDocMatchResult.getDStatMatchQuality(), de.softpro.doc.SignDocMatchResult.getDStatResult(), de.softpro.doc.SignDocMatchResult.getDynamicMatchQuality(), de.softpro.doc.SignDocMatchResult.getDynamicResult(), de.softpro.doc.SignDocMatchResult.getStaticMatchQuality(), de.softpro.doc.SignDocMatchResult.getStaticResult(), and de.softpro.doc.SignDocMatchResult.getResult() now report an error (instead of returning a negative value or false) if the requested value has not been not computed. Comparing identical images with the static engine now results in an error. This behavior can be disabled by setting boolean parameter "AcceptSimilarImages" of de.softpro.doc.SignDocMatchParameters.