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

ISheetHeaderFooterExportContext.InsertImage(Image, Size) Method

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

Namespace: DevExpress.Printing.ExportHelpers

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

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