_Font.Engrave 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.
True if the font is formatted as engraved. Returns True, False or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle. Read/write Integer.
public:
property int Engrave { int get(); void set(int value); };
public int Engrave { get; set; }
member this.Engrave : int with get, set
Public Property Engrave As Integer
Property Value
Remarks
Setting Engrave to True sets Emboss to False, and vice versa.