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

In This Topic
    SuppressSpacingBeforeAfterPageBreak Property
    In This Topic
    Gets or sets whether to don't use space before on first line after a page break.
    Syntax
    'Declaration
     
    Public Property SuppressSpacingBeforeAfterPageBreak As System.Boolean
    public System.bool SuppressSpacingBeforeAfterPageBreak {get; set;}
    See Also