ContextVariables Constructor

Constructor of the ContextVariables class with given initial data.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public ContextVariables(
	int currentPage,
	int pagesCount,
	MetaContext metaContext
)

Parameters

currentPage  Int32
Current page number.
pagesCount  Int32
Number of pages in the current document.
metaContext  MetaContext
Parameters and meta data related to the document.

See Also