HeaderFooter
LinkToPrevious Property
|
If set to True if this header/footer is linked to the header/footer in the previous section.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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