Aspose::Words::Loading::LoadOptions::get_UseSystemLcid method

LoadOptions::get_UseSystemLcid method

Gets or sets whether to use LCID value obtained from Windows registry to determine page setup default margins.

bool Aspose::Words::Loading::LoadOptions::get_UseSystemLcid() const

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