| 
HeadersFooters
LinkToPrevious Property
  | 
 If set to True if this header or footer is linked in the previous section.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool LinkToPrevious { get; set; }
 
Public Property LinkToPrevious As Boolean
	Get
	Set
 
public:
property bool LinkToPrevious {
	bool get ();
	void set (bool value);
}
 
member LinkToPrevious : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also