[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FontBase.DisableCharacterSpaceGrid

DisableCharacterSpaceGrid Property

DisableCharacterSpaceGrid

Gets or sets a value indicating whether the current run should use the document grid characters per line settings defined in the Document.Grid property when laying out the contents in this run. This setting determines whether the additional character pitch specified in the document grid shall be added to each character in this run as specified by the document grid.

Declaration
public bool DisableCharacterSpaceGrid { get; set; }
Public Property DisableCharacterSpaceGrid As Boolean