Skip to main content
All docs
V23.2

ISheetHeaderFooterExportContext.InsertImage(DXImage, Size) Method

Inserts a n image into the sheet’s header of footer.

Namespace: DevExpress.Printing.ExportHelpers

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

NuGet Package: DevExpress.Printing.Core

Declaration

void InsertImage(
    DXImage image,
    Size s
)

Parameters

Name Type Description
image DXImage

The image to insert.

s Size

The image size.

See Also