PdfTextStickerVerifyExtensions

PdfTextStickerVerifyExtensions class

Describes extensions of verification of PDF sticker object.

public sealed class PdfTextStickerVerifyExtensions : VerifyExtensions

Constructors

Name Description
PdfTextStickerVerifyExtensions() Creates PDF text sticker signature verification extensions with empty values.

Properties

Name Description
Contents { get; set; } Contents of sticker to be verified. Value will not be verified if equals empty string or null.
Icon { get; set; } Icon of sticker to be verified. Value will not be verified if equals null.
Subject { get; set; } Subject of sticker to be verified. Value will not be verified if equals empty string or null.
Title { get; set; } Title of sticker to be verified. Value will not be verified if equals empty string or null.

See Also