Skip to main content

ISheetHeaderFooterExportContext.InsertImage(Image, Size) Method

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

Namespace: DevExpress.Printing.ExportHelpers

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

void InsertImage(
    Image image,
    Size s
)

Parameters

Name Type Description
image Image

A Image object that is the image to insert.

s Size

A Size structure that specifies the image size.

See Also