PagesOptions.SetBackground Method
Sets a background for the specified page.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public void SetBackground(
IBitmap bmp,
int pageNum,
BackgroundImageSize size,
bool fullPage
)
Public Sub SetBackground (
bmp As IBitmap,
pageNum As Integer,
size As BackgroundImageSize,
fullPage As Boolean
)
public:
void SetBackground(
IBitmap^ bmp,
int pageNum,
BackgroundImageSize size,
bool fullPage
)
member SetBackground :
bmp : IBitmap *
pageNum : int *
size : BackgroundImageSize *
fullPage : bool -> unit
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.