ImageDigitalVerifyOptions
Leave feedback
On this page
Keeps options to verify digital signatures in raster images.
public class ImageDigitalVerifyOptions : VerifyOptions
| Name | Description |
|---|---|
| ImageDigitalVerifyOptions() | Initializes a new instance of the ImageDigitalVerifyOptions class for verifying digital (steganography) signatures in raster images. |
| Name | Description |
|---|---|
| AllPages { get; set; } | Flag to verify each document page. By default value is true. |
| DetectedProbability { get; } | Stores the probability returned by AnalyzePercentageDigitalSignature (0-100). |
| DetectionThresholdPercent { get; set; } | Detection threshold percentage for partial extraction (0-100). Default is 75. |
| Extensions { get; set; } | Additional extensions for alternative signature options verification. |
| IsValid { get; } | Valid property flag. |
| virtual PageNumber { get; set; } | 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. |
| virtual PagesSetup { get; set; } | Page Options to specify pages to be verified. |
| Password { get; set; } | Password that was used to embed the signature. |
| ShapePosition { get; set; } | Specifies shape position in the document layout. For verifing signatures in headers/footers |
| UseFullDataExtraction { get; set; } | When true, performs full data extraction (AnalyzePercentageDigitalSignature) for maximum accuracy. |
- class VerifyOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.