Skip to main content
All docs
V24.2

ISheetHeaderFooterExportContext.InsertImage(DXImage, Size) Method

In This Article

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

Namespace: DevExpress.Printing.ExportHelpers

Assembly: DevExpress.Printing.v24.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