LinkBase.SavePageHeaderFooterToStream(Stream) Method
Saves the Page Header/Footer dialog’s settings to the specified stream.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream descendant to which the header/footer is written. |
Remarks
The SavePageHeaderFooterToStream method saves the header/footer (the values of all the LinkBase.PageHeaderFooter‘s properties) to the specified stream. The saved settings can then be restored from storage using the LinkBase.RestorePageHeaderFooterFromStream method.
See Also