Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CompatibilityOptions Class / DoNotSuppressIndentation Property

In This Topic
    DoNotSuppressIndentation Property
    In This Topic
    Gets or sets whether to don't ignore floating objects when calculating paragraph indentation.
    Syntax
    'Declaration
     
    Public Property DoNotSuppressIndentation As System.Boolean
    public System.bool DoNotSuppressIndentation {get; set;}
    See Also