ExportContext Class

Context of worksheet export operations.

Definition

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

Constructors

ExportContext(Worksheet) Constructs an instance of ExportContext.
ExportContext(Worksheet, PageModel) Constructs an instance of ExportContext.
ExportContext(SessionProfile, MetaContext, RegionsManager, PageModel, PagesOptions, Dictionary<String, WorksheetInfo>) Constructs an instance of ExportContext.

Properties

CurrentPageIndex Shortcut for Index of CurrentPage in Layout.
DocParams Parameters of the document.
HasBuiltInHeaderFooter Determines whether Header and Footer are specified directly on the Document.
MetaData Worksheet meta-data.
PageModel Print out worksheet parameters.
Pages Pages which are exported.
PagesOptions Worksheet Pages manager.
SessionProfile Profile of the session.
Title Title of the worksheet.

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)
UpdatePageModel

Updates PageModel and prepares the related worksheet for export.

See Also