Skip to main content
A newer version of this page is available. .

LinkBase.SavePageHeaderFooterToStream(Stream) Method

Saves the Page Header/Footer dialog’s settings to the specified stream.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v21.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void SavePageHeaderFooterToStream(
    Stream stream
)

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