Options.UseSubPixelPositioning Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean (bool in C#) that specifies whether sub-pixel positioning is enabled. Read-write.
public:
property bool UseSubPixelPositioning { bool get(); void set(bool value); };
public bool UseSubPixelPositioning { get; set; }
member this.UseSubPixelPositioning : bool with get, set
Public Property UseSubPixelPositioning As Boolean
Property Value
Remarks
The UseSubPixelPositioning value is True if sub-pixel positioning is enabled. This property setting corresponds to the setting of the Use subpixel positioning to smooth fonts on screen option on the Advanced tab of the Options dialog box (File tab) in the Word user interface.