UseSystemLcid

LoadOptions.UseSystemLcid property

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

public bool UseSystemLcid { get; set; }

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