Skip to main content

PageEditConfiguration

A configuration class used to alter the default page editing behaviour.

Properties

allowPageFilter?

optional allowPageFilter: boolean;

If false, the bottom toolbar will hide the filter page item. Defaults to true.


allowPageRotation?

optional allowPageRotation: boolean;

If false, the bottom toolbar will hide the rotate page item. Defaults to true.


allowPageArrangement?

optional allowPageArrangement: boolean;

If false, the bottom toolbar will hide the arrange page item. Defaults to true.


allowPageCropping?

optional allowPageCropping: boolean;

If false, the bottom toolbar will hide the page cropping item. Defaults to true.


allowPageRetake?

optional allowPageRetake: boolean;

If true, the bottom toolbar will show a button allowing to retake the current page. Defaults to false.


allowPageAdd?

optional allowPageAdd: boolean;

If true, the bottom toolbar will show a button allowing to add a new page. Defaults to false.


allowPageDeletion?

optional allowPageDeletion: boolean;

If true, the menu item for deleting pages will be displayed in the toolbar. Defaults to true.


pageArrangementShowDeleteButton?

optional pageArrangementShowDeleteButton: boolean;

If true, each item of the page arrangement functionality will show a delete button. Defaults to false.


pageArrangementShowPageNumber?

optional pageArrangementShowPageNumber: boolean;

If true, each item of the page arrangement functionality will show it's page number. Defaults to true.