DisableCharacterSpaceGrid Property
In This Topic
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.
Syntax
'Declaration
Public Property DisableCharacterSpaceGrid As System.Boolean
public System.bool DisableCharacterSpaceGrid {get; set;}
See Also