PMPageCountRestrictionEnable Method |
Enables this restriction
Namespace: PM90SettingsAPI.RestrictionsAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public void Enable(
int maxPageCount,
PMAction overrideAction = null
)
Parameters
- maxPageCount
- Type: SystemInt32
Maximum page count per an individual job - overrideAction (Optional)
- Type: PM90SettingsAPI.ActionsPMAction
A custom action to take for this restriction on this object. If null the default action will be used.
See Also