PagesOptions.HasBackground Method

Determines whether the specified page has a background.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public bool HasBackground(
	int pageNum
)

Parameters

pageNum  Int32
Number of page to get the background status for. Negative value identifies the default page settings in General.

Return Value

Boolean
true if the specified page has a background.

See Also