RasterCachedMultipageImage.AnalyzePercentageDigitalSignature

RasterCachedMultipageImage.AnalyzePercentageDigitalSignature method

Calculates the percentage similarity between the extracted data and the original password.

public override int AnalyzePercentageDigitalSignature(string password)
ParameterTypeDescription
passwordStringThe password used to extract the embedded data.

Return Value

The percentage similarity value.

Exceptions

exceptioncondition
ImageExceptionThrown in any processing issues.

Remarks

Due to multi-page images, the result represents the MIDDLE AVERAGED signing percentage calculated

See Also