ImageDigitalVerifyOptions class

ImageDigitalVerifyOptions class

Keeps options to verify digital signatures in raster images.

Inheritance: ImageDigitalVerifyOptionsVerifyOptions

The ImageDigitalVerifyOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the ImageDigitalVerifyOptions class for verifying digital (steganography) signatures in raster images.

Properties

Property Description
is_valid Valid property flag.
page_number Document Page Number to be verified. If property is not set - all Pages of
Document will be verified for first occurrence.
Minimal value is 1.
pages_setup Page Options to specify pages to be verified.
all_pages Flag to verify each document page. By default value is true.
shape_position Specifies shape position in the document layout. For verifing signatures in headers/footers
extensions Additional extensions for alternative signature options verification.
password Password that was used to embed the signature.
detection_threshold_percent Detection threshold percentage for partial extraction (0-100). Default is 75.
use_full_data_extraction When true, performs full data extraction (AnalyzePercentageDigitalSignature) for maximum accuracy.
detected_probability Stores the probability returned by AnalyzePercentageDigitalSignature (0-100).

See Also