ContextVariables Class

Variables to use for document fields in the context of current document.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public class ContextVariables
Inheritance
Object    ContextVariables

Constructors

ContextVariables Constructor of the ContextVariables class with given initial data.

Properties

Author Author of the current document.
Company Company where the current document created.
CurrentPage Current page number.
Description Description of the document.
FileName Name of the current file.
Id ID of the current document.
Keywords Keywords of the current document.
PagesCount Number of pages in the current document.
Revision Revision number of the current document.
Title Title of the document.
Translator Translator of the current document.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Empty Instance of the ContextVariables with default parameters.

See Also