C1.Web.Mvc.Viewer Namespace : ViewerBase Class |
The following tables list the members exposed by ViewerBase.
Name | Description | |
---|---|---|
Components | Gets the child components. (Inherited from C1.Web.Mvc.Component) | |
CssClass | Gets or sets the css class of the control. (Inherited from C1.Web.Mvc.Control) | |
CssStyles | Gets the CSS styles. (Inherited from C1.Web.Mvc.Control) | |
FilePath | Gets or sets the document path. | |
FullScreen | Gets or sets whether viewer is under full screen mode. | |
Height | Gets or sets the height of the control. (Inherited from C1.Web.Mvc.Control) | |
HtmlAttributes | Gets the HTML attributes. (Inherited from C1.Web.Mvc.Control) | |
Id | Gets or sets the component id. (Inherited from C1.Web.Mvc.Component) | |
IsDisabled | Gets or sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.Control) | |
IsTemplate | Gets or sets a boolean value which indicates whether transfer this control to template mode. (Inherited from C1.Web.Mvc.Control) | |
MouseMode | Gets or sets a value indicating the mouse behavior. | |
OnClientFullScreenChanged | Occurs after the full screen mode is changed. | |
OnClientGotFocus | Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.Control) | |
OnClientLostFocus | Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.Control) | |
OnClientPageIndexChanged | Occurs after the page index is changed. | |
OnClientQueryLoadingData | Queries the request data sent to the service before loading the document. | |
OnClientSelectMouseModeChanged | Occurs after the select mouse mode is changed. | |
OnClientViewModeChanged | Occurs after the view mode is changed. | |
OnClientZoomFactorChanged | Occurs after the zoom factor is changed. | |
Selector | Gets or sets a value which specifies the selector. (Inherited from C1.Web.Mvc.Control) | |
ServiceUrl | Gets or sets the service url. It works as "~/api/" when it is not set. | |
TemplateBindings | Gets the collection of the template bindings. (Inherited from C1.Web.Mvc.Control) | |
ThresholdWidth | Gets or sets the threshold to switch between mobile and PC template | |
UniqueId | Gets a value which represents the unique id for the control. (Inherited from C1.Web.Mvc.Control) | |
ViewMode | Gets or sets the view mode. | |
Width | Gets or sets the width of the control. (Inherited from C1.Web.Mvc.Control) | |
ZoomFactor | Gets or sets the zoom factor. | |
ZoomMode | Gets or sets a value indicating the current zoom mode to show the document pages. |
Name | Description | |
---|---|---|
Render | Render the component result to the writer. (Inherited from C1.Web.Mvc.Control) | |
ToHtmlString | Returns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component) |
Name | Description | |
---|---|---|
ToTemplate(IHtmlString) | Render the html string in template mode. |