new DisallowedChange()
The class DisallowedChange.
Data pertaining to a change detected in a document during a digital
signature modification permissions verification step, the change bein
g both made after the signature was signed, and disallowed by t
he signature's permissions settings.
Extends
Members
-
<static> Type
-
Type:
- number
Properties:
Name Type Description e_form_filled
number e_digital_signature_signed
number e_page_template_instantiated
number e_annotation_created_or_updated_or_deleted
number e_other
number e_unknown
number
Methods
-
destroy()
-
Destructor
- Inherited From:
Returns:
- Type
- Promise.<void>
-
getObjNum()
-
Returns the SDF object number of the indirect object associated with this DisallowedChange.
Returns:
A promise that resolves to an unsigned 32-bit integer value.- Type
- Promise.<number>
-
getType()
-
Returns an enumeration value representing the semantic type of this disallowed change.
Returns:
A promise that resolves to an enumeration value of type: Type of DisallowedChange.- Type
- Promise.<number>
Example
Return value enum: <pre> PDFNet.DisallowedChange.Type = { e_form_filled : 0 e_digital_signature_signed : 1 e_page_template_instantiated : 2 e_annotation_created_or_updated_or_deleted : 3 e_other : 4 e_unknown : 5 } </pre>
-
getTypeAsString()
-
Returns a string value representing the semantic type of this disallowed change.
Returns:
A promise that resolves to a string.- Type
- Promise.<string>
-
takeOwnership()
-
Take the ownership of this object, so that PDFNet.runWithCleanup won't destroy this object.
- Inherited From:
Returns:
- Type
- void