Skip to main content

IsFormSigned

Checks whether the specified form has been digitally signed.

Syntax

expression.IsFormSigned();

expression - A variable that represents a Api class.

Parameters

This method doesn't have any parameters.

Returns

boolean

Example

window.Asc.plugin.executeMethod ("IsFormSigned", [], function(isSigned) {
console.log ("Form is signed: " + isSigned);
});