public class SessionOptions : OptionsCollectionPublic Class SessionOptions
Inherits OptionsCollectionpublic ref class SessionOptions : public OptionsCollectiontype SessionOptions =
class
inherit OptionsCollection
end| SessionOptions | Default constructor of the SessionOptions object. |
| SessionOptions(CultureInfo) | The constructor of the SessionOptions object with a given Culture information. |
| ApproximateEqualAccuracy | Accuracy of the Approximate Equal operator. |
| ArgumentsSeparator | Function's arguments separator to use within a program. |
| AuthLogin | The login which is used for authorization. |
| AUTHLOGIN | Authentication login. |
| AuthName | The name of the authenticated user retrieved from the user profile. |
| AUTHNAME | Authentication name. |
| AuthToken | Encoded value of AuthHeader which can be stored in the settings. |
| AUTHTOKEN | Authentication token. |
| DecimalPlaces | Number of decimal places in the result. |
| DecimalSymbol | Decimal Symbol. Also used as a char to start subscript in the variables names. |
| ExponentialThreshold | Exponential threshold of the result value. |
| FontHeight | Height of the font. |
| FontName | Name of the font. |
| FooterText | Text of the page footer on print out. |
| FractionType | Type of the fractions on output. |
| HeaderText | Text of the page header on print out. |
| HideElementsHighlightings | Whether to render highlightings on document elements indicating their important properties changes. F.e. disabled evaluation or ignoring of input units. |
| IntegralAccuracy | Accuracy of the Integral calculation. |
| Item |
Gets or sets a string representation of the option value.
(Inherited from OptionsCollection) |
| Lang3Letter | Three-letter language code of the interface. |
| NamingType | Gets or sets a type of the functions to be displayed. |
| OnError | Action to perform on error. |
| PageMargins | Margins of the page. |
| PaperId | ID of the paper size. |
| PaperOrientation | Orientation of the paper. |
| PaperSize | Paper size. |
| PrintAreas | Whether to display Area regions on the page on print out or not. |
| PrintGrid | Whether to render grid on the page on print out or not. |
| PrintSimpleEqualsOnly | Whether to render definition operator as an equality operator on print out or not. |
| RedrawRequired | Determines whether ivalidation of the rendered document required after changes done to the current SessionOptions instance. |
| RepresentationStyle | Name of the regions style used to render fonts in all parts of the document. |
| RoundingMode | Mathematical rounding method to process a number that is midway. |
| SignificantDigits | Determines whether answer should be displayed in significant digits mode. |
| SolveFromPoint | Start value of the interval for numerical solve function. |
| SolveToPoint | End value of the interval for numerical solve function. |
| TrailingZeros | Determines whether trailing zeros must be displayed or not. |
| UnitsLang3Letter | Three-letter language code of the units of measurement. |
| UseMixedNumbers | Determines whether to show result as a combination of a whole number and a proper fraction. |
| ViewMode | View mode of the document pages. |
| WorkingServerUrl | URL of the server the program connects to. |
| WORKINGSERVERURL | Url of the working server. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetBoolean |
Returns value of the option in boolean format.
(Inherited from OptionsCollection) |
| GetCollection |
Returns a dictionary of the options with values where name of the option start with a given name.
(Inherited from OptionsCollection) |
| GetEnumerator |
Returns enumerator of the available options.
(Inherited from OptionsCollection) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetInt |
Returns value of the option in integer format.
(Inherited from OptionsCollection) |
| GetSingle |
Returns value of the option in the floating number format.
(Inherited from OptionsCollection) |
| GetString |
Returns value of the option as a string.
(Inherited from OptionsCollection) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| APPROXIMATEEQUALACCURACY | Property name for the Approximate Equal Accuracy. |
| ARGUMENTSSEPARATOR | Property name for the Arguments Separator. |
| AUTORECALC | Property name for the Auto Recalculation. |
| data |
Dictionary of the options and its values.
(Inherited from OptionsCollection) |
| DECIMALSYMBOL | Property name for the Decimal Symbol. |
| DEFAULTINTERACTIVETUTORIAL | Property name for the Default Interactive Tutorial. |
| DYNAMICASSISTANCE | Property name for the Dynamic Assistance. |
| ENHANCEDGRAPHICS | Property name for the Enhanced Graphics support. |
| EXPONENTIALTHRESHOLD | Property name for the Exponential Threshold. |
| FONTNAME | Property name for the Font Name. |
| FONTSIZE | Property name for the Font Size. |
| FRACTION | Property name for the Fraction. |
| HIDEELEMENTSHIGHLIGHTINGS | Property name for the Hide Elements Highlightings. |
| INTEGRAL | Property name for the Integral. |
| LANGUAGE | Property name for the Language. |
| MIXEDNUMBERS | Property name for the Mixed Numbers. |
| NUM | Property name for the Num. |
| ONERRORACTION | Property name for the On Error Action. |
| OUTPUTUNITSSYSTEM | Property name for the Output Units System. |
| PAGEFOOTER | Property name for the Page Footer. |
| PAGEHEADER | Property name for the Page Header. |
| PAGEMARGINBOTTOM | Property name for the Page Margin Bottom. |
| PAGEMARGINLEFT | Property name for the Page Margin Left. |
| PAGEMARGINRIGHT | Property name for the Page Margin Right. |
| PAGEMARGINTOP | Property name for the Page Margin Top. |
| PAGEORIENTATION | Property name for the Page Orientation. |
| PAGESIZE | Property name for the Page Size. |
| PRINTAREAREGIONS | Property name for the Print Area Regions. |
| PRINTEQUALITYSIGN | Property name for the Print Equality Sign. |
| PRINTGRID | Property name for the Print Grid. |
| PRINTINGBOUNDS | Property name for the Printing Bounds. |
| REPRESENTATION | Property name for the Representation. |
| ROOTSA | Property name for the RootsA. |
| ROOTSB | Property name for the RootsB. |
| ROUNDING | Property name for the Rounding. |
| SESSIONHOST | Property name for the Session Host. |
| SESSIONLOGIN | Property name for the Session Login. |
| SIGNIFICANTDIGITS | Property name for the Significant Digits. |
| STYLE | Property name for the Style. |
| TRAILINGZEROS | Property name for the Trailing Zeros. |
| UNITS | Property name for the Units. |