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

PageArea.CreateArea(BrickGraphics, Image[]) Method

Creates the page area using the specified brick graphics and image collection.

Namespace: DevExpress.XtraPrinting

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

Declaration

public void CreateArea(
    BrickGraphics graph,
    Image[] images
)

Parameters

Name Type Description
graph BrickGraphics

A BrickGraphics object.

images Image[]

An array of Image objects.

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also