Aspose::Pdf::Facades::DocumentPrivilege::get_ChangeAllowLevel method

DocumentPrivilege::get_ChangeAllowLevel method

Gets and sets the change level of document’s privilege. Just as the Adobe Professional’s Changes Allowed settings. 0: None. 1: Inserting, Deleting and Rotating pages. 2: Filling in form fields and signing existing signature fields. 3: Commenting, filling in form fields, and signing existing signature fields. 4: Any except extracting pages.

int32_t Aspose::Pdf::Facades::DocumentPrivilege::get_ChangeAllowLevel()

Remarks

If the property has a value of -1, then the level is undefined.

See Also