PasteAnsi Property (GeneralProp Object)¶
Corresponds to the Always Paste as ANSI check box in the General page of Configuration Properties. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.PasteAnsi;
object.PasteAnsi = b;
[VBScript]¶
b = object.PasteAnsi
object.PasteAnsi = b
Version¶