PagesOptions.HasBackground Method
Determines whether the specified page has a background.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool HasBackground(
int pageNum
)
Public Function HasBackground (
pageNum As Integer
) As Boolean
public:
bool HasBackground(
int pageNum
)
member HasBackground :
pageNum : int -> bool
- pageNum Int32
-
Number of page to get the background status for. Negative value identifies the default page settings in General.
Booleantrue if the specified page has a background.