Home > BSPrinter documentation > Reference

BSAllowUserChangeMarginsConstants Enumeration

Constants used by the AllowUserChangeMargins property.


bsCMNo = 0 ' The user will not be able to change the margins. The controls for changing margins in the Page setup dialog box will be disabled.
bsCMWhenHandlingMargins = 2 ' The user will be able to change the margins if the HandleMargins property is set to True.    This is the default setting of the AllowUserChangeMargins property.
bsCMYes = 1 ' The user will be able to change the margins. The controls for changing margins in the Page setup dialog box will be enabled.