use_system_lcid property
LoadOptions.use_system_lcid property
Gets or sets whether to use LCID value obtained from Windows registry to determine page setup default margins.
@property
def use_system_lcid(self) -> bool:
...
@use_system_lcid.setter
def use_system_lcid(self, value: bool):
...
Remarks
If set to True
, then MS Word behavior is emulated which takes LCID value from Windows registry.
The default value is False
.
See Also
- module aspose.words.loading
- class LoadOptions