PagesOptions.SetBackground Method

Sets a background for the specified page.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public void SetBackground(
	IBitmap bmp,
	int pageNum,
	BackgroundImageSize size,
	bool fullPage
)

Parameters

bmp  IBitmap
Bitmap to set or null to remove the background.
pageNum  Int32
Number of page to set the background for. Negative value identifies the default page settings in General.
size  BackgroundImageSize
Size of the background image.
fullPage  Boolean
Determines whether background should be rendered full document page or taking margins into account.

See Also