ContextVariables Constructor
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public ContextVariables(
int currentPage,
int pagesCount,
MetaContext metaContext
)
Public Sub New (
currentPage As Integer,
pagesCount As Integer,
metaContext As MetaContext
)
public:
ContextVariables(
int currentPage,
int pagesCount,
MetaContext^ metaContext
)
new :
currentPage : int *
pagesCount : int *
metaContext : MetaContext -> ContextVariables
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.