PdfTextAnnotationVerifyExtensions

PdfTextAnnotationVerifyExtensions class

Describes extensions of verification of PDF text annotation object

public class PdfTextAnnotationVerifyExtensions : VerifyExtensions

Constructors

Name Description
PdfTextAnnotationVerifyExtensions() Creates PDF text annotation signature verification extensions with empty values.

Properties

Name Description
Contents { get; set; } Contents of text annotation to be verified. Not be verified if equals empty string or null.
Subject { get; set; } Subject of text annotation to be verified. Not be verified if equals empty string or null.
Title { get; set; } Title of text annotation to be verified. Not be verified if equals empty string or null.

See Also