VerifyOptions

VerifyOptions class

Keeps options to verify document.

public abstract class VerifyOptions

Properties

Name Description
AllPages { get; set; } Flag to verify each document page. By default value is true.
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.
ShapePosition { get; set; } Specifies shape position in the document layout. For verifing signatures in headers/footers

See Also