ImageDigitalVerifyOptions
Contents
[
Hide
]
ImageDigitalVerifyOptions class
Keeps options to verify digital signatures in raster images.
public class ImageDigitalVerifyOptions : VerifyOptions
Constructors
| Name | Description |
|---|---|
| ImageDigitalVerifyOptions() | Initializes a new instance of the ImageDigitalVerifyOptions class for verifying digital (steganography) signatures in raster images. |
Properties
| 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. |
See Also
- class VerifyOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature