Options.UseSubPixelPositioning Property

Definition

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.

Applies to