| 
Paragraph
IsEndOfDocument Property
  | 
 Gets a value indicating whether this paragraph is end of document.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool IsEndOfDocument { get; }
 
Public ReadOnly Property IsEndOfDocument As Boolean
	Get
 
public:
virtual property bool IsEndOfDocument {
	bool get () sealed;
}
 
abstract IsEndOfDocument : bool with get
override IsEndOfDocument : bool with get
 
 
 
Property Value
 
 Type:
 
Boolean
 
 if this instance is end of document, set to
 
true
 
 .
 
Implements
 
IParagraph
IsEndOfDocument
 
 
 See Also
See Also