Skip to main content

LinkBase.RestorePageHeaderFooterFromStream(Stream) Method

Loads a Page Header/Footer dialog’s settings from the specified stream.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void RestorePageHeaderFooterFromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object from which the header/footer’s settings are read.

Remarks

A header/footer’s settings can be saved to a data store via the LinkBase.SavePageHeaderFooterToStream method. Use the RestorePageHeaderFooterFromStream method to restore the header/footer (which can be accessed via the LinkBase.PageHeaderFooter property).

See Also