Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathOptions Class / UseDisplayDefaults Property

In This Topic
    UseDisplayDefaults Property
    In This Topic
    Gets or sets whether to use the properties Justification, LeftMargin, RightMargin and WrapIndent, or just paragraph formatting in the Office Math zones.

    The default value is true.

    Syntax
    'Declaration
     
    Public Property UseDisplayDefaults As System.Boolean
    public System.bool UseDisplayDefaults {get; set;}
    See Also