[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.LastRenderedPageBreak

LastRenderedPageBreak Class

Represents the position delimited the end of a page when this document was last saved by an application which paginates its content.

Inheritance
LastRenderedPageBreak
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class LastRenderedPageBreak : Text, IBrowsable<Text>
Public Class LastRenderedPageBreak
    Inherits Text
    Implements IBrowsable(Of Text)
Remarks

This class must be used by applications to specify the locations of page breaks within a document when it is saved, in order to allow other applications (e.g. assistive software) to utilize this information when reading the document.

Properties

Name Description
Value

Gets the text representation of the break.

Methods

Name Description
Split(int)

Splitting of a break is not supported.