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

In This Topic
    Value Property (LastRenderedPageBreak)
    In This Topic
    Gets the text representation of the break.
    Syntax
    'Declaration
     
    Public Overrides Property Value As System.String
    public override System.string Value {get; set;}
    Exceptions
    ExceptionDescription
    Throws when set is called.
    Remarks
    Set is not supported.
    See Also