Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / LastRenderedPageBreak Class
Members

In This Topic
    LastRenderedPageBreak Class
    In This Topic
    Represents the position delimited the end of a page when this document was last saved by an application which paginates its content.
    Object Model
    LastRenderedPageBreak Class
    Syntax
    'Declaration
     
    Public Class LastRenderedPageBreak 
       Inherits Text
       Implements GrapeCity.Documents.Word.IBrowsable(Of Text) 
    public class LastRenderedPageBreak : Text, GrapeCity.Documents.Word.IBrowsable<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.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentObject
          GrapeCity.Documents.Word.Text
             GrapeCity.Documents.Word.LastRenderedPageBreak

    See Also