PageEditConfiguration
A configuration class used to alter the default page editing behaviour.
Since
1.0.0
Properties
allowPageFilter?
optional allowPageFilter: boolean;
If false, the bottom toolbar will hide the filter page item. Defaults to true.
Since
1.0.0
allowPageRotation?
optional allowPageRotation: boolean;
If false, the bottom toolbar will hide the rotate page item. Defaults to true.
Since
1.0.0
allowPageArrangement?
optional allowPageArrangement: boolean;
If false, the bottom toolbar will hide the arrange page item. Defaults to true.
Since
1.0.0
allowPageCropping?
optional allowPageCropping: boolean;
If false, the bottom toolbar will hide the page cropping item. Defaults to true.
Since
1.0.0
allowPageRetake?
optional allowPageRetake: boolean;
If true, the bottom toolbar will show a button allowing to retake the current page. Defaults to false.
Since
2.0.1
allowPageAdd?
optional allowPageAdd: boolean;
If true, the bottom toolbar will show a button allowing to add a new page. Defaults to false.
Since
1.0.0
allowPageDeletion?
optional allowPageDeletion: boolean;
If true, the menu item for deleting pages will be displayed in the toolbar. Defaults to true.
Since
6.0.0
pageArrangementShowDeleteButton?
optional pageArrangementShowDeleteButton: boolean;
If true, each item of the page arrangement functionality will show a delete button. Defaults to false.
Since
1.0.0
pageArrangementShowPageNumber?
optional pageArrangementShowPageNumber: boolean;
If true, each item of the page arrangement functionality will show it's page number. Defaults to true.
Since
1.0.0