PdfTextStickerVerifyExtensionsContents Property |
Contents of sticker to be verified.
Value will not be verified if equals empty string or null.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic string Contents { get; set; }
Public Property Contents As String
Get
Set
public:
property String^ Contents {
String^ get ();
void set (String^ value);
}
member Contents : string with get, set
Property Value
Type:
String
See Also