BaseSignatureIsSignature Property |
Get or set flag to indicate if this component is Signature or document content.
This property is being used with Update method to set element as signature (true) or document element (false).
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic bool IsSignature { get; set; }
Public Property IsSignature As Boolean
Get
Set
public:
property bool IsSignature {
bool get ();
void set (bool value);
}
member IsSignature : bool with get, set
Property Value
Type:
Boolean
See Also